Enum csvpp::BorderStyle
source · pub enum BorderStyle {
Dashed,
Dotted,
Double,
Solid,
SolidMedium,
SolidThick,
}Variants§
Trait Implementations§
source§impl Clone for BorderStyle
impl Clone for BorderStyle
source§fn clone(&self) -> BorderStyle
fn clone(&self) -> BorderStyle
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 moresource§impl Debug for BorderStyle
impl Debug for BorderStyle
source§impl Default for BorderStyle
impl Default for BorderStyle
source§fn default() -> BorderStyle
fn default() -> BorderStyle
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for BorderStyle
impl<'de> Deserialize<'de> for BorderStyle
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 From<BorderStyle> for Border
impl From<BorderStyle> for Border
source§fn from(value: BorderStyle) -> Self
fn from(value: BorderStyle) -> Self
Converts to this type from the input type.
source§impl PartialEq for BorderStyle
impl PartialEq for BorderStyle
source§fn eq(&self, other: &BorderStyle) -> bool
fn eq(&self, other: &BorderStyle) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for BorderStyle
impl Serialize for BorderStyle
impl Copy for BorderStyle
impl StructuralPartialEq for BorderStyle
Auto Trait Implementations§
impl RefUnwindSafe for BorderStyle
impl Send for BorderStyle
impl Sync for BorderStyle
impl Unpin for BorderStyle
impl UnwindSafe for BorderStyle
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
§impl<T> Pointable for T
impl<T> Pointable for T
source§impl<R, P> ReadPrimitive<R> for P
impl<R, P> ReadPrimitive<R> for P
source§fn read_from_little_endian(read: &mut R) -> Result<Self, Error>
fn read_from_little_endian(read: &mut R) -> Result<Self, Error>
Read this value from the supplied reader. Same as
ReadEndian::read_from_little_endian().