Struct plex_api::library::Collection
source · pub struct Collection<M> { /* private fields */ }Implementations§
source§impl<M> Collection<M>where
M: FromMetadata,
impl<M> Collection<M>where M: FromMetadata,
Trait Implementations§
source§impl<M: Clone> Clone for Collection<M>
impl<M: Clone> Clone for Collection<M>
source§fn clone(&self) -> Collection<M>
fn clone(&self) -> Collection<M>
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<M: Debug> Debug for Collection<M>
impl<M: Debug> Debug for Collection<M>
source§impl<M> FromMetadata for Collection<M>
impl<M> FromMetadata for Collection<M>
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.