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