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