Struct plex_api::library::UnknownItem
source · pub struct UnknownItem { /* private fields */ }Trait Implementations§
source§impl Clone for UnknownItem
impl Clone for UnknownItem
source§fn clone(&self) -> UnknownItem
fn clone(&self) -> UnknownItem
Returns a copy 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 UnknownItem
impl Debug for UnknownItem
source§impl From<UnknownItem> for Item
impl From<UnknownItem> for Item
source§fn from(v: UnknownItem) -> Item
fn from(v: UnknownItem) -> Item
Converts to this type from the input type.
source§impl FromMetadata for UnknownItem
impl FromMetadata for UnknownItem
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.