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