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