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