pub struct PinnableItemEdge;
Trait Implementations§
Source§impl HasField<__typename> for PinnableItemEdge
impl HasField<__typename> for PinnableItemEdge
Source§impl HasField<cursor> for PinnableItemEdge
impl HasField<cursor> for PinnableItemEdge
Source§impl HasField<node> for PinnableItemEdge
impl HasField<node> for PinnableItemEdge
Source§type Type = Option<PinnableItem>
type Type = Option<PinnableItem>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for PinnableItemEdge
impl RefUnwindSafe for PinnableItemEdge
impl Send for PinnableItemEdge
impl Sync for PinnableItemEdge
impl Unpin for PinnableItemEdge
impl UnwindSafe for PinnableItemEdge
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