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