pub struct AuditEntryType {
pub type: Option<String>,
pub description: Option<String>,
}Fields§
§type: Option<String>The audit entry type.
description: Option<String>Description of the audit entry type.
Trait Implementations§
Source§impl Clone for AuditEntryType
impl Clone for AuditEntryType
Source§fn clone(&self) -> AuditEntryType
fn clone(&self) -> AuditEntryType
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 AuditEntryType
impl Debug for AuditEntryType
Source§impl Default for AuditEntryType
impl Default for AuditEntryType
Source§fn default() -> AuditEntryType
fn default() -> AuditEntryType
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AuditEntryTypewhere
AuditEntryType: Default,
impl<'de> Deserialize<'de> for AuditEntryTypewhere
AuditEntryType: Default,
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 GraphQLFields for AuditEntryType
impl GraphQLFields for AuditEntryType
Auto Trait Implementations§
impl Freeze for AuditEntryType
impl RefUnwindSafe for AuditEntryType
impl Send for AuditEntryType
impl Sync for AuditEntryType
impl Unpin for AuditEntryType
impl UnwindSafe for AuditEntryType
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