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