pub struct chapter;
Trait Implementations§
Source§impl HasArgument<input> for chapter
impl HasArgument<input> for chapter
Source§type ArgumentType = Option<SingleChapterInput>
type ArgumentType = Option<SingleChapterInput>
The schema marker type of this argument.
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