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