pub struct ApplierGuard<'a, A: Applier + 'static> { /* private fields */ }Trait Implementations§
Source§impl<'a, A: Applier + 'static> Deref for ApplierGuard<'a, A>
impl<'a, A: Applier + 'static> Deref for ApplierGuard<'a, A>
Auto Trait Implementations§
impl<'a, A> Freeze for ApplierGuard<'a, A>
impl<'a, A> !RefUnwindSafe for ApplierGuard<'a, A>
impl<'a, A> !Send for ApplierGuard<'a, A>
impl<'a, A> !Sync for ApplierGuard<'a, A>
impl<'a, A> Unpin for ApplierGuard<'a, A>
impl<'a, A> !UnwindSafe for ApplierGuard<'a, A>
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