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