pub struct Fuse(/* private fields */);
Expand description
Fuse that can be armed.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Fuse
impl RefUnwindSafe for Fuse
impl Send for Fuse
impl Sync for Fuse
impl Unpin for Fuse
impl UnwindSafe for Fuse
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