pub enum DeriveAttribute {
Clone,
Debug,
Deserialize,
PartialEq,
Serialize,
}Variants§
Implementations§
Trait Implementations§
Source§impl Borrow<str> for DeriveAttribute
impl Borrow<str> for DeriveAttribute
Source§impl Clone for DeriveAttribute
impl Clone for DeriveAttribute
Source§fn clone(&self) -> DeriveAttribute
fn clone(&self) -> DeriveAttribute
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 moreSource§impl Debug for DeriveAttribute
impl Debug for DeriveAttribute
Source§impl Display for DeriveAttribute
impl Display for DeriveAttribute
Source§impl Hash for DeriveAttribute
impl Hash for DeriveAttribute
Source§impl PartialEq for DeriveAttribute
impl PartialEq for DeriveAttribute
impl Eq for DeriveAttribute
impl StructuralPartialEq for DeriveAttribute
Auto Trait Implementations§
impl Freeze for DeriveAttribute
impl RefUnwindSafe for DeriveAttribute
impl Send for DeriveAttribute
impl Sync for DeriveAttribute
impl Unpin for DeriveAttribute
impl UnwindSafe for DeriveAttribute
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<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
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.