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