pub struct ProjectStatusCreateInput;Trait Implementations§
impl HasInputField<color, String> for ProjectStatusCreateInput
impl HasInputField<description, Option<String>> for ProjectStatusCreateInput
impl HasInputField<id, Option<String>> for ProjectStatusCreateInput
impl HasInputField<indefinite, Option<bool>> for ProjectStatusCreateInput
impl HasInputField<name, String> for ProjectStatusCreateInput
impl HasInputField<position, f64> for ProjectStatusCreateInput
impl HasInputField<type, ProjectStatusType> for ProjectStatusCreateInput
impl InputObjectMarker for ProjectStatusCreateInput
Auto Trait Implementations§
impl Freeze for ProjectStatusCreateInput
impl RefUnwindSafe for ProjectStatusCreateInput
impl Send for ProjectStatusCreateInput
impl Sync for ProjectStatusCreateInput
impl Unpin for ProjectStatusCreateInput
impl UnwindSafe for ProjectStatusCreateInput
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