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