pub struct ComposerScopeGuard;Expand description
Guard that pops the composer stack on drop.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ComposerScopeGuard
impl RefUnwindSafe for ComposerScopeGuard
impl Send for ComposerScopeGuard
impl Sync for ComposerScopeGuard
impl Unpin for ComposerScopeGuard
impl UnwindSafe for ComposerScopeGuard
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