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