Struct plex_api::media_container::preferences::SettingEnumValue
source · pub struct SettingEnumValue {
pub value: String,
pub hint: String,
}Fields§
§value: String§hint: StringTrait Implementations§
source§impl Clone for SettingEnumValue
impl Clone for SettingEnumValue
source§fn clone(&self) -> SettingEnumValue
fn clone(&self) -> SettingEnumValue
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 more