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