pub struct MessageCondition { /* private fields */ }Implementations
Trait Implementations
sourceimpl Clone for MessageCondition
impl Clone for MessageCondition
sourcefn clone(&self) -> MessageCondition
fn clone(&self) -> MessageCondition
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 moresourceimpl Debug for MessageCondition
impl Debug for MessageCondition
sourceimpl<'de> Deserialize<'de> for MessageCondition
impl<'de> Deserialize<'de> for MessageCondition
sourcefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
sourceimpl PartialEq<MessageCondition> for MessageCondition
impl PartialEq<MessageCondition> for MessageCondition
sourcefn eq(&self, other: &MessageCondition) -> bool
fn eq(&self, other: &MessageCondition) -> bool
sourceimpl Serialize for MessageCondition
impl Serialize for MessageCondition
impl StructuralPartialEq for MessageCondition
Auto Trait Implementations
impl RefUnwindSafe for MessageCondition
impl Send for MessageCondition
impl Sync for MessageCondition
impl Unpin for MessageCondition
impl UnwindSafe for MessageCondition
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