pub struct CloseCall;Trait Implementations§
impl Eq for CloseCall
impl StructuralPartialEq for CloseCall
Auto Trait Implementations§
impl Freeze for CloseCall
impl RefUnwindSafe for CloseCall
impl Send for CloseCall
impl Sync for CloseCall
impl Unpin for CloseCall
impl UnsafeUnpin for CloseCall
impl UnwindSafe for CloseCall
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