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