Struct rnotifylib::SendError
source · [−]pub struct SendError<'a> { /* private fields */ }Implementations
sourceimpl<'a> SendError<'a>
impl<'a> SendError<'a>
pub fn to_message(&self) -> Message
Trait Implementations
Auto Trait Implementations
impl<'a> !RefUnwindSafe for SendError<'a>
impl<'a> !Send for SendError<'a>
impl<'a> !Sync for SendError<'a>
impl<'a> Unpin for SendError<'a>
impl<'a> !UnwindSafe for SendError<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more