pub struct HasReplyableError { /* private fields */ }Available on crate feature
v2 only.Trait Implementations§
Source§impl Clone for HasReplyableError
impl Clone for HasReplyableError
Source§fn clone(&self) -> HasReplyableError
fn clone(&self) -> HasReplyableError
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for HasReplyableError
impl Debug for HasReplyableError
Source§impl PartialEq for HasReplyableError
impl PartialEq for HasReplyableError
impl StructuralPartialEq for HasReplyableError
Auto Trait Implementations§
impl Freeze for HasReplyableError
impl RefUnwindSafe for HasReplyableError
impl Send for HasReplyableError
impl Sync for HasReplyableError
impl Unpin for HasReplyableError
impl UnsafeUnpin for HasReplyableError
impl UnwindSafe for HasReplyableError
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