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