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