pub struct subtitle;
Trait Implementations§
impl HasInputField<subtitle, Option<String>> for CreateChapterDataInput
Auto Trait Implementations§
impl Freeze for subtitle
impl RefUnwindSafe for subtitle
impl Send for subtitle
impl Sync for subtitle
impl Unpin for subtitle
impl UnwindSafe for subtitle
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