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