pub struct favorites;Trait Implementations§
Source§impl HasArgument<after> for favorites
impl HasArgument<after> for favorites
Source§impl HasArgument<before> for favorites
impl HasArgument<before> for favorites
Source§impl HasArgument<first> for favorites
impl HasArgument<first> for favorites
Source§impl HasArgument<includeArchived> for favorites
impl HasArgument<includeArchived> for favorites
Source§impl HasArgument<last> for favorites
impl HasArgument<last> for favorites
Source§impl HasArgument<orderBy> for favorites
impl HasArgument<orderBy> for favorites
Source§type ArgumentType = Option<PaginationOrderBy>
type ArgumentType = Option<PaginationOrderBy>
The schema marker type of this argument.
Auto Trait Implementations§
impl Freeze for favorites
impl RefUnwindSafe for favorites
impl Send for favorites
impl Sync for favorites
impl Unpin for favorites
impl UnwindSafe for favorites
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