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