Struct vodozemac::megolm::DecryptedMessage
source · [−]Fields
plaintext: String
message_index: u32
Trait Implementations
sourceimpl Clone for DecryptedMessage
impl Clone for DecryptedMessage
sourcefn clone(&self) -> DecryptedMessage
fn clone(&self) -> DecryptedMessage
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for DecryptedMessage
impl Debug for DecryptedMessage
sourceimpl PartialEq<DecryptedMessage> for DecryptedMessage
impl PartialEq<DecryptedMessage> for DecryptedMessage
sourcefn eq(&self, other: &DecryptedMessage) -> bool
fn eq(&self, other: &DecryptedMessage) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &DecryptedMessage) -> bool
fn ne(&self, other: &DecryptedMessage) -> bool
This method tests for !=
.
impl Eq for DecryptedMessage
impl StructuralEq for DecryptedMessage
impl StructuralPartialEq for DecryptedMessage
Auto Trait Implementations
impl RefUnwindSafe for DecryptedMessage
impl Send for DecryptedMessage
impl Sync for DecryptedMessage
impl Unpin for DecryptedMessage
impl UnwindSafe for DecryptedMessage
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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