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