pub struct Collection;
Trait Implementations§
Source§impl HasField<__typename> for Collection
impl HasField<__typename> for Collection
Source§impl HasField<_id> for Collection
impl HasField<_id> for Collection
Source§impl HasField<books> for Collection
impl HasField<books> for Collection
Source§impl HasField<contents> for Collection
impl HasField<contents> for Collection
Source§impl HasField<contents_latest> for Collection
impl HasField<contents_latest> for Collection
Source§impl HasField<createdAt> for Collection
impl HasField<createdAt> for Collection
Source§impl HasField<firstPageLink> for Collection
impl HasField<firstPageLink> for Collection
Source§impl HasField<gridImageId> for Collection
impl HasField<gridImageId> for Collection
Source§impl HasField<hideStartReadingButton> for Collection
impl HasField<hideStartReadingButton> for Collection
Source§impl HasField<legacyData> for Collection
impl HasField<legacyData> for Collection
Source§impl HasField<noindex> for Collection
impl HasField<noindex> for Collection
Source§impl HasField<postsCount> for Collection
impl HasField<postsCount> for Collection
Source§impl HasField<readPostsCount> for Collection
impl HasField<readPostsCount> for Collection
Source§impl HasField<schemaVersion> for Collection
impl HasField<schemaVersion> for Collection
Source§impl HasField<slug> for Collection
impl HasField<slug> for Collection
Source§impl HasField<title> for Collection
impl HasField<title> for Collection
Source§impl HasField<user> for Collection
impl HasField<user> for Collection
Source§impl HasField<userId> for Collection
impl HasField<userId> for Collection
Auto Trait Implementations§
impl Freeze for Collection
impl RefUnwindSafe for Collection
impl Send for Collection
impl Sync for Collection
impl Unpin for Collection
impl UnwindSafe for Collection
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