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