pub struct cards;Trait Implementations§
Source§impl HasArgument<after> for cards
impl HasArgument<after> for cards
Source§impl HasArgument<archivedStates> for cards
impl HasArgument<archivedStates> for cards
Source§impl HasArgument<before> for cards
impl HasArgument<before> for cards
Source§impl HasArgument<first> for cards
impl HasArgument<first> for cards
Source§impl HasArgument<last> for cards
impl HasArgument<last> for cards
Source§impl HasField<cards> for ProjectColumn
impl HasField<cards> for ProjectColumn
Source§type Type = ProjectCardConnection
type Type = ProjectCardConnection
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for cards
impl RefUnwindSafe for cards
impl Send for cards
impl Sync for cards
impl Unpin for cards
impl UnwindSafe for cards
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