pub struct ProjectRelationCreateInput;Trait Implementations§
impl HasInputField<anchorType, String> for ProjectRelationCreateInput
impl HasInputField<id, Option<String>> for ProjectRelationCreateInput
impl HasInputField<projectId, String> for ProjectRelationCreateInput
impl HasInputField<projectMilestoneId, Option<String>> for ProjectRelationCreateInput
impl HasInputField<type, String> for ProjectRelationCreateInput
impl InputObjectMarker for ProjectRelationCreateInput
Auto Trait Implementations§
impl Freeze for ProjectRelationCreateInput
impl RefUnwindSafe for ProjectRelationCreateInput
impl Send for ProjectRelationCreateInput
impl Sync for ProjectRelationCreateInput
impl Unpin for ProjectRelationCreateInput
impl UnwindSafe for ProjectRelationCreateInput
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