pub struct TrailerInfo { /* private fields */ }
Implementations§
Source§impl TrailerInfo
impl TrailerInfo
pub fn index_number<T>(self, value: T) -> Self
pub fn is_automated<T>(self, value: T) -> Self
pub fn metadata_country_code<T>(self, value: T) -> Self
pub fn metadata_language<T>(self, value: T) -> Self
pub fn name<T>(self, value: T) -> Self
pub fn original_title<T>(self, value: T) -> Self
pub fn parent_index_number<T>(self, value: T) -> Self
pub fn path<T>(self, value: T) -> Self
pub fn premiere_date<T>(self, value: T) -> Self
pub fn provider_ids<T>(self, value: T) -> Self
pub fn year<T>(self, value: T) -> Self
Trait Implementations§
Source§impl Clone for TrailerInfo
impl Clone for TrailerInfo
Source§fn clone(&self) -> TrailerInfo
fn clone(&self) -> TrailerInfo
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for TrailerInfo
impl Debug for TrailerInfo
Source§impl Default for TrailerInfo
impl Default for TrailerInfo
Source§impl From<TrailerInfo> for TrailerInfo
impl From<TrailerInfo> for TrailerInfo
Source§fn from(value: TrailerInfo) -> Self
fn from(value: TrailerInfo) -> Self
Converts to this type from the input type.
Source§impl TryFrom<TrailerInfo> for TrailerInfo
impl TryFrom<TrailerInfo> for TrailerInfo
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: TrailerInfo) -> Result<Self, ConversionError>
fn try_from(value: TrailerInfo) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for TrailerInfo
impl RefUnwindSafe for TrailerInfo
impl Send for TrailerInfo
impl Sync for TrailerInfo
impl Unpin for TrailerInfo
impl UnwindSafe for TrailerInfo
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