pub struct AuditEntryEdge;Trait Implementations§
Source§impl HasField<__typename> for AuditEntryEdge
impl HasField<__typename> for AuditEntryEdge
Source§impl HasField<cursor> for AuditEntryEdge
impl HasField<cursor> for AuditEntryEdge
Source§impl HasField<node> for AuditEntryEdge
impl HasField<node> for AuditEntryEdge
Source§type Type = AuditEntry
type Type = AuditEntry
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for AuditEntryEdge
impl RefUnwindSafe for AuditEntryEdge
impl Send for AuditEntryEdge
impl Sync for AuditEntryEdge
impl Unpin for AuditEntryEdge
impl UnwindSafe for AuditEntryEdge
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