pub struct ParseMessage(/* private fields */);Implementations§
Trait Implementations§
Source§impl AsRef<[u8]> for ParseMessage
impl AsRef<[u8]> for ParseMessage
Source§impl Clone for ParseMessage
impl Clone for ParseMessage
Source§fn clone(&self) -> ParseMessage
fn clone(&self) -> ParseMessage
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 moreSource§impl Debug for ParseMessage
impl Debug for ParseMessage
Source§impl Display for ParseMessage
impl Display for ParseMessage
impl Eq for ParseMessage
Source§impl From<&ParseMessage> for BString
impl From<&ParseMessage> for BString
Source§fn from(value: &ParseMessage) -> Self
fn from(value: &ParseMessage) -> Self
Converts to this type from the input type.
Source§impl From<&str> for ParseMessage
impl From<&str> for ParseMessage
Source§impl From<ParseMessage> for Vec<u8>
impl From<ParseMessage> for Vec<u8>
Source§fn from(value: ParseMessage) -> Self
fn from(value: ParseMessage) -> Self
Converts to this type from the input type.
Source§impl From<ParseMessage> for BString
impl From<ParseMessage> for BString
Source§fn from(value: ParseMessage) -> Self
fn from(value: ParseMessage) -> Self
Converts to this type from the input type.
Source§impl From<String> for ParseMessage
impl From<String> for ParseMessage
Source§impl PartialEq for ParseMessage
impl PartialEq for ParseMessage
Source§impl PartialEq<&[u8]> for ParseMessage
impl PartialEq<&[u8]> for ParseMessage
Source§impl PartialEq<&str> for ParseMessage
impl PartialEq<&str> for ParseMessage
Source§impl PartialEq<[u8]> for ParseMessage
impl PartialEq<[u8]> for ParseMessage
Source§impl PartialEq<str> for ParseMessage
impl PartialEq<str> for ParseMessage
impl StructuralPartialEq for ParseMessage
Auto Trait Implementations§
impl Freeze for ParseMessage
impl RefUnwindSafe for ParseMessage
impl Send for ParseMessage
impl Sync for ParseMessage
impl Unpin for ParseMessage
impl UnsafeUnpin for ParseMessage
impl UnwindSafe for ParseMessage
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