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