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