pub struct InitiativeRelation;Trait Implementations§
Source§impl HasField<__typename> for InitiativeRelation
impl HasField<__typename> for InitiativeRelation
Source§impl HasField<archivedAt> for InitiativeRelation
impl HasField<archivedAt> for InitiativeRelation
Source§impl HasField<createdAt> for InitiativeRelation
impl HasField<createdAt> for InitiativeRelation
Source§impl HasField<id> for InitiativeRelation
impl HasField<id> for InitiativeRelation
Source§impl HasField<initiative> for InitiativeRelation
impl HasField<initiative> for InitiativeRelation
Source§type Type = Initiative
type Type = Initiative
The schema marker type of this field.
Source§type Type = Initiative
type Type = Initiative
The schema marker type of this field.
Source§impl HasField<sortOrder> for InitiativeRelation
impl HasField<sortOrder> for InitiativeRelation
Source§impl HasField<updatedAt> for InitiativeRelation
impl HasField<updatedAt> for InitiativeRelation
Source§impl HasField<user> for InitiativeRelation
impl HasField<user> for InitiativeRelation
Source§impl NamedType for InitiativeRelation
impl NamedType for InitiativeRelation
impl HasSubtype<InitiativeRelation> for Node
Auto Trait Implementations§
impl Freeze for InitiativeRelation
impl RefUnwindSafe for InitiativeRelation
impl Send for InitiativeRelation
impl Sync for InitiativeRelation
impl Unpin for InitiativeRelation
impl UnwindSafe for InitiativeRelation
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