pub struct CreatedAtSort;Trait Implementations§
impl HasInputField<nulls, Option<PaginationNulls>> for CreatedAtSort
impl HasInputField<order, Option<PaginationSortOrder>> for CreatedAtSort
impl InputObjectMarker for CreatedAtSort
Auto Trait Implementations§
impl Freeze for CreatedAtSort
impl RefUnwindSafe for CreatedAtSort
impl Send for CreatedAtSort
impl Sync for CreatedAtSort
impl Unpin for CreatedAtSort
impl UnwindSafe for CreatedAtSort
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