pub struct ProjectV2ItemContent {}
Trait Implementations§
Source§impl NamedType for ProjectV2ItemContent
impl NamedType for ProjectV2ItemContent
impl HasSubtype<DraftIssue> for ProjectV2ItemContent
impl HasSubtype<Issue> for ProjectV2ItemContent
impl HasSubtype<PullRequest> for ProjectV2ItemContent
Auto Trait Implementations§
impl Freeze for ProjectV2ItemContent
impl RefUnwindSafe for ProjectV2ItemContent
impl Send for ProjectV2ItemContent
impl Sync for ProjectV2ItemContent
impl Unpin for ProjectV2ItemContent
impl UnwindSafe for ProjectV2ItemContent
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