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