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