pub struct initiativeRelation;Trait Implementations§
Source§impl Field for initiativeRelation
impl Field for initiativeRelation
Source§impl HasArgument<id> for initiativeRelation
impl HasArgument<id> for initiativeRelation
Source§impl HasField<initiativeRelation> for Query
impl HasField<initiativeRelation> for Query
Source§type Type = ProjectRelation
type Type = ProjectRelation
The schema marker type of this field.
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