pub enum RestrictedArea {
Cn,
Th,
Hk,
Tw,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for RestrictedArea
impl Clone for RestrictedArea
Source§fn clone(&self) -> RestrictedArea
fn clone(&self) -> RestrictedArea
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for RestrictedArea
Source§impl Debug for RestrictedArea
impl Debug for RestrictedArea
impl Eq for RestrictedArea
Source§impl PartialEq for RestrictedArea
impl PartialEq for RestrictedArea
Source§fn eq(&self, other: &RestrictedArea) -> bool
fn eq(&self, other: &RestrictedArea) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for RestrictedArea
Auto Trait Implementations§
impl Freeze for RestrictedArea
impl RefUnwindSafe for RestrictedArea
impl Send for RestrictedArea
impl Sync for RestrictedArea
impl Unpin for RestrictedArea
impl UnsafeUnpin for RestrictedArea
impl UnwindSafe for RestrictedArea
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more