pub enum BoxStyleValue {
Solid,
Dotted,
Dashed,
}Variants§
Trait Implementations§
Source§impl Clone for BoxStyleValue
impl Clone for BoxStyleValue
impl Copy for BoxStyleValue
Source§impl Debug for BoxStyleValue
impl Debug for BoxStyleValue
Source§impl<'de> Deserialize<'de> for BoxStyleValue
impl<'de> Deserialize<'de> for BoxStyleValue
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
impl Eq for BoxStyleValue
Source§impl Hash for BoxStyleValue
impl Hash for BoxStyleValue
Source§impl PartialEq for BoxStyleValue
impl PartialEq for BoxStyleValue
Source§impl Serialize for BoxStyleValue
impl Serialize for BoxStyleValue
impl StructuralPartialEq for BoxStyleValue
Auto Trait Implementations§
impl Freeze for BoxStyleValue
impl RefUnwindSafe for BoxStyleValue
impl Send for BoxStyleValue
impl Sync for BoxStyleValue
impl Unpin for BoxStyleValue
impl UnsafeUnpin for BoxStyleValue
impl UnwindSafe for BoxStyleValue
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