pub struct Titles {
pub title: String,
pub subtitle: Option<String>,
pub original_language_title: Option<OriginalLanguageTitle>,
pub orginal_language_subtitle: Option<String>,
}Fields§
§title: String§subtitle: Option<String>§original_language_title: Option<OriginalLanguageTitle>§orginal_language_subtitle: Option<String>Trait Implementations§
Source§impl<'v_a> ValidateArgs<'v_a> for Titles
impl<'v_a> ValidateArgs<'v_a> for Titles
Auto Trait Implementations§
impl Freeze for Titles
impl RefUnwindSafe for Titles
impl Send for Titles
impl Sync for Titles
impl Unpin for Titles
impl UnwindSafe for Titles
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