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