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