pub struct BufferClosed(/* private fields */);Expand description
Trait Implementations§
Source§impl Hookable for BufferClosed
impl Hookable for BufferClosed
Source§impl PartialEq<Handle> for BufferClosed
impl PartialEq<Handle> for BufferClosed
Auto Trait Implementations§
impl Freeze for BufferClosed
impl !RefUnwindSafe for BufferClosed
impl Send for BufferClosed
impl Sync for BufferClosed
impl Unpin for BufferClosed
impl UnsafeUnpin for BufferClosed
impl !UnwindSafe for BufferClosed
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