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