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