pub struct ProjectV2FieldValue;Trait Implementations§
impl HasInputField<date, Option<Date>> for ProjectV2FieldValue
impl HasInputField<iterationId, Option<String>> for ProjectV2FieldValue
impl HasInputField<number, Option<f64>> for ProjectV2FieldValue
impl HasInputField<singleSelectOptionId, Option<String>> for ProjectV2FieldValue
impl HasInputField<text, Option<String>> for ProjectV2FieldValue
impl HasInputField<value, ProjectV2FieldValue> for UpdateProjectV2ItemFieldValueInput
impl InputObjectMarker for ProjectV2FieldValue
Auto Trait Implementations§
impl Freeze for ProjectV2FieldValue
impl RefUnwindSafe for ProjectV2FieldValue
impl Send for ProjectV2FieldValue
impl Sync for ProjectV2FieldValue
impl Unpin for ProjectV2FieldValue
impl UnwindSafe for ProjectV2FieldValue
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