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