pub struct AreaId(/* private fields */);Trait Implementations§
impl Copy for AreaId
impl StructuralPartialEq for AreaId
Auto Trait Implementations§
impl Freeze for AreaId
impl RefUnwindSafe for AreaId
impl Send for AreaId
impl Sync for AreaId
impl Unpin for AreaId
impl UnwindSafe for AreaId
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