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