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