pub struct FuseGuard<'a>(/* private fields */);
Expand description
Armed fuse that if dropped due to panic will signal reader to fail with BrokenPipe
error.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for FuseGuard<'a>
impl<'a> RefUnwindSafe for FuseGuard<'a>
impl<'a> !Send for FuseGuard<'a>
impl<'a> Sync for FuseGuard<'a>
impl<'a> Unpin for FuseGuard<'a>
impl<'a> UnwindSafe for FuseGuard<'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