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