Struct plex_api::media_container::server::library::OnlineLibrary
source · pub struct OnlineLibrary {
pub library_type: LibraryType,
pub key: String,
pub title: String,
pub icon: String,
pub updated_at: Option<OffsetDateTime>,
}Fields§
§library_type: LibraryType§key: String§title: String§icon: String§updated_at: Option<OffsetDateTime>Trait Implementations§
source§impl Clone for OnlineLibrary
impl Clone for OnlineLibrary
source§fn clone(&self) -> OnlineLibrary
fn clone(&self) -> OnlineLibrary
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 OnlineLibrary
impl Debug for OnlineLibrary
source§impl<'de> Deserialize<'de> for OnlineLibrary
impl<'de> Deserialize<'de> for OnlineLibrary
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