pub struct Chapter;
Trait Implementations§
Source§impl HasField<__typename> for Chapter
impl HasField<__typename> for Chapter
Source§impl HasField<contents_latest> for Chapter
impl HasField<contents_latest> for Chapter
Source§impl HasField<legacyData> for Chapter
impl HasField<legacyData> for Chapter
Source§impl HasField<schemaVersion> for Chapter
impl HasField<schemaVersion> for Chapter
Source§impl HasField<sequenceId> for Chapter
impl HasField<sequenceId> for Chapter
Auto Trait Implementations§
impl Freeze for Chapter
impl RefUnwindSafe for Chapter
impl Send for Chapter
impl Sync for Chapter
impl Unpin for Chapter
impl UnwindSafe for Chapter
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