pub struct LocationID;Expand description
LocationID (283).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LocationID
impl RefUnwindSafe for LocationID
impl Send for LocationID
impl Sync for LocationID
impl Unpin for LocationID
impl UnsafeUnpin for LocationID
impl UnwindSafe for LocationID
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