pub enum DisplayBlanksAsType {
Span,
Gap,
Zero,
}Variants§
Trait Implementations§
Source§impl Clone for DisplayBlanksAsType
impl Clone for DisplayBlanksAsType
Source§fn clone(&self) -> DisplayBlanksAsType
fn clone(&self) -> DisplayBlanksAsType
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 DisplayBlanksAsType
impl Debug for DisplayBlanksAsType
Source§impl<'de> Deserialize<'de> for DisplayBlanksAsType
impl<'de> Deserialize<'de> for DisplayBlanksAsType
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 DisplayBlanksAsType
impl Display for DisplayBlanksAsType
Source§impl FromStr for DisplayBlanksAsType
impl FromStr for DisplayBlanksAsType
Source§impl PartialEq for DisplayBlanksAsType
impl PartialEq for DisplayBlanksAsType
Source§impl Serialize for DisplayBlanksAsType
impl Serialize for DisplayBlanksAsType
impl Copy for DisplayBlanksAsType
impl Eq for DisplayBlanksAsType
impl StructuralPartialEq for DisplayBlanksAsType
Auto Trait Implementations§
impl Freeze for DisplayBlanksAsType
impl RefUnwindSafe for DisplayBlanksAsType
impl Send for DisplayBlanksAsType
impl Sync for DisplayBlanksAsType
impl Unpin for DisplayBlanksAsType
impl UnsafeUnpin for DisplayBlanksAsType
impl UnwindSafe for DisplayBlanksAsType
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