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