Struct rocketmq_common::common::attribute::attribute_enum::EnumAttribute
source · pub struct EnumAttribute { /* private fields */ }Implementations§
Trait Implementations§
source§impl AttributeTrait for EnumAttribute
impl AttributeTrait for EnumAttribute
source§impl Clone for EnumAttribute
impl Clone for EnumAttribute
source§fn clone(&self) -> EnumAttribute
fn clone(&self) -> EnumAttribute
Returns a copy 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 moresource§impl Debug for EnumAttribute
impl Debug for EnumAttribute
source§impl PartialEq for EnumAttribute
impl PartialEq for EnumAttribute
source§fn eq(&self, other: &EnumAttribute) -> bool
fn eq(&self, other: &EnumAttribute) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for EnumAttribute
impl StructuralPartialEq for EnumAttribute
Auto Trait Implementations§
impl Freeze for EnumAttribute
impl RefUnwindSafe for EnumAttribute
impl Send for EnumAttribute
impl Sync for EnumAttribute
impl Unpin for EnumAttribute
impl UnwindSafe for EnumAttribute
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
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.