pub struct RegistrationEnableGuard { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl Freeze for RegistrationEnableGuard
impl RefUnwindSafe for RegistrationEnableGuard
impl !Send for RegistrationEnableGuard
impl Sync for RegistrationEnableGuard
impl Unpin for RegistrationEnableGuard
impl UnwindSafe for RegistrationEnableGuard
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