pub struct AuditLogOrder;Trait Implementations§
impl HasInputField<direction, Option<OrderDirection>> for AuditLogOrder
impl HasInputField<field, Option<AuditLogOrderField>> for AuditLogOrder
impl InputObjectMarker for AuditLogOrder
Auto Trait Implementations§
impl Freeze for AuditLogOrder
impl RefUnwindSafe for AuditLogOrder
impl Send for AuditLogOrder
impl Sync for AuditLogOrder
impl Unpin for AuditLogOrder
impl UnwindSafe for AuditLogOrder
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