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