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