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