Struct plex_api::media_container::server::library::ServerLibrary
source · pub struct ServerLibrary {Show 14 fields
pub library_type: LibraryType,
pub pivots: Vec<Pivot>,
pub agent: String,
pub hub_key: String,
pub id: String,
pub key: String,
pub subtype: Option<String>,
pub language: String,
pub refreshing: bool,
pub scanned_at: OffsetDateTime,
pub scanner: String,
pub title: String,
pub updated_at: OffsetDateTime,
pub uuid: String,
}Fields§
§library_type: LibraryType§pivots: Vec<Pivot>§agent: String§hub_key: String§id: String§key: String§subtype: Option<String>§language: String§refreshing: bool§scanned_at: OffsetDateTime§scanner: String§title: String§updated_at: OffsetDateTime§uuid: StringTrait Implementations§
source§impl Clone for ServerLibrary
impl Clone for ServerLibrary
source§fn clone(&self) -> ServerLibrary
fn clone(&self) -> ServerLibrary
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 ServerLibrary
impl Debug for ServerLibrary
source§impl<'de> Deserialize<'de> for ServerLibrary
impl<'de> Deserialize<'de> for ServerLibrary
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more