Struct insta::internals::SettingsBindDropGuard
source · pub struct SettingsBindDropGuard(/* private fields */);
Expand description
Returned from bind_to_scope
Trait Implementations§
Auto Trait Implementations§
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