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