pub enum EnvelopeMonitorError {
InvalidInput,
NotImplemented,
}Variants§
Trait Implementations§
Source§impl Clone for EnvelopeMonitorError
impl Clone for EnvelopeMonitorError
Source§fn clone(&self) -> EnvelopeMonitorError
fn clone(&self) -> EnvelopeMonitorError
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for EnvelopeMonitorError
Source§impl Debug for EnvelopeMonitorError
impl Debug for EnvelopeMonitorError
impl Eq for EnvelopeMonitorError
Source§impl PartialEq for EnvelopeMonitorError
impl PartialEq for EnvelopeMonitorError
Source§fn eq(&self, other: &EnvelopeMonitorError) -> bool
fn eq(&self, other: &EnvelopeMonitorError) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for EnvelopeMonitorError
Auto Trait Implementations§
impl Freeze for EnvelopeMonitorError
impl RefUnwindSafe for EnvelopeMonitorError
impl Send for EnvelopeMonitorError
impl Sync for EnvelopeMonitorError
impl Unpin for EnvelopeMonitorError
impl UnsafeUnpin for EnvelopeMonitorError
impl UnwindSafe for EnvelopeMonitorError
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