pub enum CapStyle {
None,
Round,
Square,
}Variants§
Trait Implementations§
impl Copy for CapStyle
Source§impl<'de> Deserialize<'de> for CapStyle
impl<'de> Deserialize<'de> for CapStyle
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 CapStyle
Source§impl Ord for CapStyle
impl Ord for CapStyle
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for CapStyle
impl PartialOrd for CapStyle
impl StructuralPartialEq for CapStyle
Auto Trait Implementations§
impl Freeze for CapStyle
impl RefUnwindSafe for CapStyle
impl Send for CapStyle
impl Sync for CapStyle
impl Unpin for CapStyle
impl UnsafeUnpin for CapStyle
impl UnwindSafe for CapStyle
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