Struct RawMessage
pub struct RawMessage(/* private fields */);Expand description
Raw message text container.
Implementations§
§impl RawMessage
impl RawMessage
Trait Implementations§
§impl Clone for RawMessage
impl Clone for RawMessage
§fn clone(&self) -> RawMessage
fn clone(&self) -> RawMessage
Returns a duplicate 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 more§impl Debug for RawMessage
impl Debug for RawMessage
§impl Hash for RawMessage
impl Hash for RawMessage
§impl Ord for RawMessage
impl Ord for RawMessage
§impl PartialEq for RawMessage
impl PartialEq for RawMessage
§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