pub struct DoNotSend;Expand description
Returned from an outbound callback to suppress a message: the engine does not send it and does not store it as sent (it consumes no outbound sequence number). FR-016.
Trait Implementations§
impl Copy for DoNotSend
impl Eq for DoNotSend
Source§impl Error for DoNotSend
impl Error for DoNotSend
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0:
use the Display impl or to_string()
impl StructuralPartialEq for DoNotSend
Auto Trait Implementations§
impl Freeze for DoNotSend
impl RefUnwindSafe for DoNotSend
impl Send for DoNotSend
impl Sync for DoNotSend
impl Unpin for DoNotSend
impl UnsafeUnpin for DoNotSend
impl UnwindSafe for DoNotSend
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