pub struct AuditEntryType;Trait Implementations§
Source§impl HasField<__typename> for AuditEntryType
impl HasField<__typename> for AuditEntryType
Source§impl HasField<description> for AuditEntryType
impl HasField<description> for AuditEntryType
Source§impl HasField<type> for AuditEntryType
impl HasField<type> 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