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