Struct plex_api::media_container::server::library::ServerHome
source · pub struct ServerHome {
pub hub_key: String,
pub title: String,
}Fields§
§hub_key: String§title: StringTrait Implementations§
source§impl Clone for ServerHome
impl Clone for ServerHome
source§fn clone(&self) -> ServerHome
fn clone(&self) -> ServerHome
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 ServerHome
impl Debug for ServerHome
source§impl<'de> Deserialize<'de> for ServerHome
impl<'de> Deserialize<'de> for ServerHome
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