pub struct RawMessage(/* private fields */);Expand description
Raw message text container.
Implementations§
Trait Implementations§
Source§impl Clone for RawMessage
impl Clone for RawMessage
Source§fn clone(&self) -> RawMessage
fn clone(&self) -> RawMessage
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 RawMessage
impl Debug for RawMessage
Source§impl Hash for RawMessage
impl Hash for RawMessage
Source§impl Ord for RawMessage
impl Ord for RawMessage
Source§fn cmp(&self, other: &RawMessage) -> Ordering
fn cmp(&self, other: &RawMessage) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for RawMessage
impl PartialEq for RawMessage
Source§fn eq(&self, other: &RawMessage) -> bool
fn eq(&self, other: &RawMessage) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for RawMessage
impl PartialOrd for RawMessage
impl Eq for RawMessage
impl StructuralPartialEq for RawMessage
Auto Trait Implementations§
impl Freeze for RawMessage
impl RefUnwindSafe for RawMessage
impl Send for RawMessage
impl Sync for RawMessage
impl Unpin for RawMessage
impl UnsafeUnpin for RawMessage
impl UnwindSafe for RawMessage
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