pub enum ChangeDetailsAttributes {
Permissions,
Timestamp,
}Expand description
Specific details about modification
Variants§
Trait Implementations§
source§impl Clone for ChangeDetailsAttributes
impl Clone for ChangeDetailsAttributes
source§fn clone(&self) -> ChangeDetailsAttributes
fn clone(&self) -> ChangeDetailsAttributes
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 ChangeDetailsAttributes
impl Debug for ChangeDetailsAttributes
source§impl<'de> Deserialize<'de> for ChangeDetailsAttributes
impl<'de> Deserialize<'de> for ChangeDetailsAttributes
source§fn 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
source§impl Hash for ChangeDetailsAttributes
impl Hash for ChangeDetailsAttributes
source§impl PartialEq<ChangeDetailsAttributes> for ChangeDetailsAttributes
impl PartialEq<ChangeDetailsAttributes> for ChangeDetailsAttributes
source§fn eq(&self, other: &ChangeDetailsAttributes) -> bool
fn eq(&self, other: &ChangeDetailsAttributes) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for ChangeDetailsAttributes
impl Serialize for ChangeDetailsAttributes
impl Copy for ChangeDetailsAttributes
impl Eq for ChangeDetailsAttributes
impl StructuralEq for ChangeDetailsAttributes
impl StructuralPartialEq for ChangeDetailsAttributes
Auto Trait Implementations§
impl RefUnwindSafe for ChangeDetailsAttributes
impl Send for ChangeDetailsAttributes
impl Sync for ChangeDetailsAttributes
impl Unpin for ChangeDetailsAttributes
impl UnwindSafe for ChangeDetailsAttributes
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