pub struct IntegrationsSettings;Trait Implementations§
Source§impl HasField<__typename> for IntegrationsSettings
impl HasField<__typename> for IntegrationsSettings
Source§impl HasField<archivedAt> for IntegrationsSettings
impl HasField<archivedAt> for IntegrationsSettings
Source§impl HasField<contextViewType> for IntegrationsSettings
impl HasField<contextViewType> for IntegrationsSettings
Source§type Type = Option<ContextViewType>
type Type = Option<ContextViewType>
The schema marker type of this field.
Source§impl HasField<createdAt> for IntegrationsSettings
impl HasField<createdAt> for IntegrationsSettings
Source§impl HasField<id> for IntegrationsSettings
impl HasField<id> for IntegrationsSettings
Source§impl HasField<initiative> for IntegrationsSettings
impl HasField<initiative> for IntegrationsSettings
Source§type Type = Option<Initiative>
type Type = Option<Initiative>
The schema marker type of this field.
Source§impl HasField<project> for IntegrationsSettings
impl HasField<project> for IntegrationsSettings
Source§impl HasField<team> for IntegrationsSettings
impl HasField<team> for IntegrationsSettings
Source§impl HasField<updatedAt> for IntegrationsSettings
impl HasField<updatedAt> for IntegrationsSettings
Source§impl NamedType for IntegrationsSettings
impl NamedType for IntegrationsSettings
impl HasSubtype<IntegrationsSettings> for Node
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