pub struct auditLog;Trait Implementations§
Source§impl HasArgument<after> for auditLog
impl HasArgument<after> for auditLog
Source§impl HasArgument<before> for auditLog
impl HasArgument<before> for auditLog
Source§impl HasArgument<first> for auditLog
impl HasArgument<first> for auditLog
Source§impl HasArgument<last> for auditLog
impl HasArgument<last> for auditLog
Source§impl HasArgument<orderBy> for auditLog
impl HasArgument<orderBy> for auditLog
Source§type ArgumentType = Option<AuditLogOrder>
type ArgumentType = Option<AuditLogOrder>
The schema marker type of this argument.
Source§impl HasArgument<query> for auditLog
impl HasArgument<query> for auditLog
Source§impl HasField<auditLog> for Organization
impl HasField<auditLog> for Organization
Source§type Type = OrganizationAuditEntryConnection
type Type = OrganizationAuditEntryConnection
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for auditLog
impl RefUnwindSafe for auditLog
impl Send for auditLog
impl Sync for auditLog
impl Unpin for auditLog
impl UnwindSafe for auditLog
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