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