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