pub struct Integration;Trait Implementations§
Source§impl HasField<__typename> for Integration
impl HasField<__typename> for Integration
Source§impl HasField<archivedAt> for Integration
impl HasField<archivedAt> for Integration
Source§impl HasField<createdAt> for Integration
impl HasField<createdAt> for Integration
Source§impl HasField<creator> for Integration
impl HasField<creator> for Integration
Source§impl HasField<organization> for Integration
impl HasField<organization> for Integration
Source§type Type = Organization
type Type = Organization
The schema marker type of this field.
Source§impl HasField<service> for Integration
impl HasField<service> for Integration
Source§impl HasField<team> for Integration
impl HasField<team> for Integration
Source§impl HasField<updatedAt> for Integration
impl HasField<updatedAt> for Integration
Source§impl NamedType for Integration
impl NamedType for Integration
impl HasSubtype<Integration> for Node
Auto Trait Implementations§
impl Freeze for Integration
impl RefUnwindSafe for Integration
impl Send for Integration
impl Sync for Integration
impl Unpin for Integration
impl UnwindSafe for Integration
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