pub struct Closer { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Closer
impl RefUnwindSafe for Closer
impl Send for Closer
impl Sync for Closer
impl Unpin for Closer
impl UnsafeUnpin for Closer
impl UnwindSafe for Closer
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