pub struct anyPinnableItems;Trait Implementations§
Source§impl Field for anyPinnableItems
impl Field for anyPinnableItems
Source§impl HasArgument<type> for anyPinnableItems
impl HasArgument<type> for anyPinnableItems
Source§type ArgumentType = Option<PinnableItemType>
type ArgumentType = Option<PinnableItemType>
The schema marker type of this argument.
Source§impl HasField<anyPinnableItems> for ProfileOwner
impl HasField<anyPinnableItems> for ProfileOwner
Auto Trait Implementations§
impl Freeze for anyPinnableItems
impl RefUnwindSafe for anyPinnableItems
impl Send for anyPinnableItems
impl Sync for anyPinnableItems
impl Unpin for anyPinnableItems
impl UnwindSafe for anyPinnableItems
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