pub struct Movie { /* private fields */ }
Trait Implementations§
Source§impl FromMetadata for Movie
impl FromMetadata for Movie
Source§fn from_metadata(client: HttpClient, metadata: Metadata) -> Self
fn from_metadata(client: HttpClient, metadata: Metadata) -> Self
Creates an item given the http configuration and item metadata. No
validation is performed that the metadata is correct.
Source§impl MediaItemWithTranscoding for Movie
impl MediaItemWithTranscoding for Movie
Source§impl MetadataItem for Movie
impl MetadataItem for Movie
Auto Trait Implementations§
impl !Freeze for Movie
impl !RefUnwindSafe for Movie
impl Send for Movie
impl Sync for Movie
impl Unpin for Movie
impl !UnwindSafe for Movie
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