pub enum WorkbookSide {
Old,
New,
}Expand description
Identifies which workbook (old or new) an error refers to.
Variants§
Trait Implementations§
Source§impl Clone for WorkbookSide
impl Clone for WorkbookSide
Source§fn clone(&self) -> WorkbookSide
fn clone(&self) -> WorkbookSide
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 WorkbookSide
Source§impl Debug for WorkbookSide
impl Debug for WorkbookSide
Source§impl Display for WorkbookSide
impl Display for WorkbookSide
impl Eq for WorkbookSide
Source§impl PartialEq for WorkbookSide
impl PartialEq for WorkbookSide
Source§fn eq(&self, other: &WorkbookSide) -> bool
fn eq(&self, other: &WorkbookSide) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for WorkbookSide
Auto Trait Implementations§
impl Freeze for WorkbookSide
impl RefUnwindSafe for WorkbookSide
impl Send for WorkbookSide
impl Sync for WorkbookSide
impl Unpin for WorkbookSide
impl UnsafeUnpin for WorkbookSide
impl UnwindSafe for WorkbookSide
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> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.