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