pub enum DispBlanksAs {
Gap,
Zero,
Span,
}Expand description
How a chart displays cells whose cached values are blank.
Variants§
Trait Implementations§
Source§impl Clone for DispBlanksAs
impl Clone for DispBlanksAs
Source§fn clone(&self) -> DispBlanksAs
fn clone(&self) -> DispBlanksAs
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for DispBlanksAs
Source§impl Debug for DispBlanksAs
impl Debug for DispBlanksAs
Source§impl Default for DispBlanksAs
impl Default for DispBlanksAs
Source§fn default() -> DispBlanksAs
fn default() -> DispBlanksAs
Returns the “default value” for a type. Read more
impl Eq for DispBlanksAs
Source§impl PartialEq for DispBlanksAs
impl PartialEq for DispBlanksAs
impl StructuralPartialEq for DispBlanksAs
Auto Trait Implementations§
impl Freeze for DispBlanksAs
impl RefUnwindSafe for DispBlanksAs
impl Send for DispBlanksAs
impl Sync for DispBlanksAs
impl Unpin for DispBlanksAs
impl UnsafeUnpin for DispBlanksAs
impl UnwindSafe for DispBlanksAs
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