Enum ruci::RawMessageParseError
source · pub enum RawMessageParseError {
NoMessage,
}Variants§
NoMessage
Trait Implementations§
source§impl Clone for RawMessageParseError
impl Clone for RawMessageParseError
source§fn clone(&self) -> RawMessageParseError
fn clone(&self) -> RawMessageParseError
Returns a copy 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 RawMessageParseError
impl Debug for RawMessageParseError
source§impl PartialEq for RawMessageParseError
impl PartialEq for RawMessageParseError
source§fn eq(&self, other: &RawMessageParseError) -> bool
fn eq(&self, other: &RawMessageParseError) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for RawMessageParseError
impl Eq for RawMessageParseError
impl StructuralPartialEq for RawMessageParseError
Auto Trait Implementations§
impl Freeze for RawMessageParseError
impl RefUnwindSafe for RawMessageParseError
impl Send for RawMessageParseError
impl Sync for RawMessageParseError
impl Unpin for RawMessageParseError
impl UnwindSafe for RawMessageParseError
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