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