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