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