Fields
rtype: RespTypedata: BytesMutImplementations
sourceimpl MessageMut
impl MessageMut
Trait Implementations
sourceimpl Clone for MessageMut
impl Clone for MessageMut
sourcefn clone(&self) -> MessageMut
fn clone(&self) -> MessageMut
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for MessageMut
impl Debug for MessageMut
sourceimpl From<MessageMut> for Cmd
impl From<MessageMut> for Cmd
sourcefn from(msg_mut: MessageMut) -> Cmd
fn from(msg_mut: MessageMut) -> Cmd
Converts to this type from the input type.
sourceimpl From<MessageMut> for Message
impl From<MessageMut> for Message
sourcefn from(_: MessageMut) -> Message
fn from(_: MessageMut) -> Message
Converts to this type from the input type.
sourceimpl PartialEq<MessageMut> for MessageMut
impl PartialEq<MessageMut> for MessageMut
sourcefn eq(&self, other: &MessageMut) -> bool
fn eq(&self, other: &MessageMut) -> bool
impl Eq for MessageMut
impl StructuralEq for MessageMut
impl StructuralPartialEq for MessageMut
Auto Trait Implementations
impl RefUnwindSafe for MessageMut
impl Send for MessageMut
impl Sync for MessageMut
impl Unpin for MessageMut
impl UnwindSafe for MessageMut
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
sourcefn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.