pub struct SettingsBindDropGuard(/* private fields */);
Expand description
Returned from bind_to_scope
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SettingsBindDropGuard
impl RefUnwindSafe for SettingsBindDropGuard
impl Send for SettingsBindDropGuard
impl Sync for SettingsBindDropGuard
impl Unpin for SettingsBindDropGuard
impl UnwindSafe for SettingsBindDropGuard
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