Struct plex_api::Preferences
source · pub struct Preferences<'a> { /* private fields */ }Implementations§
source§impl<'a> Preferences<'a>
impl<'a> Preferences<'a>
Trait Implementations§
source§impl<'a> Clone for Preferences<'a>
impl<'a> Clone for Preferences<'a>
source§fn clone(&self) -> Preferences<'a>
fn clone(&self) -> Preferences<'a>
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