pub struct AddProjectColumnPayload;
Trait Implementations§
Source§impl HasField<__typename> for AddProjectColumnPayload
impl HasField<__typename> for AddProjectColumnPayload
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.
Source§impl HasField<project> for AddProjectColumnPayload
impl HasField<project> for AddProjectColumnPayload
Auto Trait Implementations§
impl Freeze for AddProjectColumnPayload
impl RefUnwindSafe for AddProjectColumnPayload
impl Send for AddProjectColumnPayload
impl Sync for AddProjectColumnPayload
impl Unpin for AddProjectColumnPayload
impl UnwindSafe for AddProjectColumnPayload
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