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