Enum spreadsheet_ods::metadata::MetaValue
source · pub enum MetaValue {
Boolean(bool),
Datetime(NaiveDateTime),
Float(f64),
TimeDuration(Duration),
String(String),
}Expand description
Value for user defined metadata.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for MetaValue
impl Send for MetaValue
impl Sync for MetaValue
impl Unpin for MetaValue
impl UnwindSafe for MetaValue
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