pub struct pinnedItems;Trait Implementations§
Source§impl Field for pinnedItems
impl Field for pinnedItems
Source§impl HasArgument<after> for pinnedItems
impl HasArgument<after> for pinnedItems
Source§impl HasArgument<before> for pinnedItems
impl HasArgument<before> for pinnedItems
Source§impl HasArgument<first> for pinnedItems
impl HasArgument<first> for pinnedItems
Source§impl HasArgument<last> for pinnedItems
impl HasArgument<last> for pinnedItems
Source§impl HasArgument<types> for pinnedItems
impl HasArgument<types> for pinnedItems
Source§type ArgumentType = Option<Vec<PinnableItemType>>
type ArgumentType = Option<Vec<PinnableItemType>>
The schema marker type of this argument.
Source§impl HasField<pinnedItems> for ProfileOwner
impl HasField<pinnedItems> for ProfileOwner
Source§type Type = PinnableItemConnection
type Type = PinnableItemConnection
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for pinnedItems
impl RefUnwindSafe for pinnedItems
impl Send for pinnedItems
impl Sync for pinnedItems
impl Unpin for pinnedItems
impl UnwindSafe for pinnedItems
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