pub struct AreaKind;Trait Implementations§
Source§impl Ord for AreaKind
impl Ord for AreaKind
Source§impl PartialOrd for AreaKind
impl PartialOrd for AreaKind
impl Copy for AreaKind
impl Eq for AreaKind
impl StructuralPartialEq for AreaKind
Auto Trait Implementations§
impl Freeze for AreaKind
impl RefUnwindSafe for AreaKind
impl Send for AreaKind
impl Sync for AreaKind
impl Unpin for AreaKind
impl UnsafeUnpin for AreaKind
impl UnwindSafe for AreaKind
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