pub struct RegionListArg(pub Vec<RegionCode>);Expand description
A comma-separated region list, or none for the empty list — which
means “no regional restriction”, not a region named “none”.
Tuple Fields§
§0: Vec<RegionCode>Trait Implementations§
Source§impl Clone for RegionListArg
impl Clone for RegionListArg
Source§fn clone(&self) -> RegionListArg
fn clone(&self) -> RegionListArg
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RegionListArg
impl Debug for RegionListArg
Source§impl FromStr for RegionListArg
impl FromStr for RegionListArg
Source§impl PartialEq for RegionListArg
impl PartialEq for RegionListArg
impl Eq for RegionListArg
impl StructuralPartialEq for RegionListArg
Auto Trait Implementations§
impl Freeze for RegionListArg
impl RefUnwindSafe for RegionListArg
impl Send for RegionListArg
impl Sync for RegionListArg
impl Unpin for RegionListArg
impl UnwindSafe for RegionListArg
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)