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