Enum database::user::DefaultVideoQuality
source · [−]Variants
DirectPlay
Represents DirectPlay quality
Resolution(u64, u64)
Represents a default video quality made up of resolution and bitrate.
Trait Implementations
sourceimpl Clone for DefaultVideoQuality
impl Clone for DefaultVideoQuality
sourcefn clone(&self) -> DefaultVideoQuality
fn clone(&self) -> DefaultVideoQuality
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for DefaultVideoQuality
impl Debug for DefaultVideoQuality
sourceimpl<'de> Deserialize<'de> for DefaultVideoQuality
impl<'de> Deserialize<'de> for DefaultVideoQuality
sourcefn 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
sourceimpl Serialize for DefaultVideoQuality
impl Serialize for DefaultVideoQuality
Auto Trait Implementations
impl RefUnwindSafe for DefaultVideoQuality
impl Send for DefaultVideoQuality
impl Sync for DefaultVideoQuality
impl Unpin for DefaultVideoQuality
impl UnwindSafe for DefaultVideoQuality
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more