pub struct FunctionsAvailableGuard { /* private fields */ }Expand description
Guard that unsubscribes from functions available events when dropped
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FunctionsAvailableGuard
impl RefUnwindSafe for FunctionsAvailableGuard
impl Send for FunctionsAvailableGuard
impl Sync for FunctionsAvailableGuard
impl Unpin for FunctionsAvailableGuard
impl UnwindSafe for FunctionsAvailableGuard
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