pub struct integrationHasScopes;Trait Implementations§
Source§impl Field for integrationHasScopes
impl Field for integrationHasScopes
Source§impl HasArgument<scopes> for integrationHasScopes
impl HasArgument<scopes> for integrationHasScopes
Source§impl HasField<integrationHasScopes> for Query
impl HasField<integrationHasScopes> for Query
Source§type Type = IntegrationHasScopesPayload
type Type = IntegrationHasScopesPayload
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for integrationHasScopes
impl RefUnwindSafe for integrationHasScopes
impl Send for integrationHasScopes
impl Sync for integrationHasScopes
impl Unpin for integrationHasScopes
impl UnwindSafe for integrationHasScopes
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