pub struct ProjectV2FieldConfiguration {}
Trait Implementations§
impl HasSubtype<ProjectV2Field> for ProjectV2FieldConfiguration
impl HasSubtype<ProjectV2IterationField> for ProjectV2FieldConfiguration
impl HasSubtype<ProjectV2SingleSelectField> for ProjectV2FieldConfiguration
Auto Trait Implementations§
impl Freeze for ProjectV2FieldConfiguration
impl RefUnwindSafe for ProjectV2FieldConfiguration
impl Send for ProjectV2FieldConfiguration
impl Sync for ProjectV2FieldConfiguration
impl Unpin for ProjectV2FieldConfiguration
impl UnwindSafe for ProjectV2FieldConfiguration
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