pub struct PinnableItemConnection;
Trait Implementations§
Source§impl HasField<__typename> for PinnableItemConnection
impl HasField<__typename> for PinnableItemConnection
Source§impl HasField<edges> for PinnableItemConnection
impl HasField<edges> for PinnableItemConnection
Source§impl HasField<nodes> for PinnableItemConnection
impl HasField<nodes> for PinnableItemConnection
Source§impl HasField<pageInfo> for PinnableItemConnection
impl HasField<pageInfo> for PinnableItemConnection
Source§impl HasField<totalCount> for PinnableItemConnection
impl HasField<totalCount> for PinnableItemConnection
Auto Trait Implementations§
impl Freeze for PinnableItemConnection
impl RefUnwindSafe for PinnableItemConnection
impl Send for PinnableItemConnection
impl Sync for PinnableItemConnection
impl Unpin for PinnableItemConnection
impl UnwindSafe for PinnableItemConnection
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