pub enum BackgroundStyle {
Transparent,
Opaque,
Auto,
}Variants§
Trait Implementations§
Source§impl Clone for BackgroundStyle
impl Clone for BackgroundStyle
Source§fn clone(&self) -> BackgroundStyle
fn clone(&self) -> BackgroundStyle
Returns a duplicate 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 BackgroundStyle
impl Debug for BackgroundStyle
Source§impl<'de> Deserialize<'de> for BackgroundStyle
impl<'de> Deserialize<'de> for BackgroundStyle
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
Source§impl Display for BackgroundStyle
impl Display for BackgroundStyle
Source§impl PartialEq for BackgroundStyle
impl PartialEq for BackgroundStyle
Source§impl Serialize for BackgroundStyle
impl Serialize for BackgroundStyle
impl StructuralPartialEq for BackgroundStyle
Auto Trait Implementations§
impl Freeze for BackgroundStyle
impl RefUnwindSafe for BackgroundStyle
impl Send for BackgroundStyle
impl Sync for BackgroundStyle
impl Unpin for BackgroundStyle
impl UnwindSafe for BackgroundStyle
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more