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