pub enum ZEntry {
Int(i64),
Float(f64),
Text(String),
Bool(bool),
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ZEntry
impl RefUnwindSafe for ZEntry
impl Send for ZEntry
impl Sync for ZEntry
impl Unpin for ZEntry
impl UnwindSafe for ZEntry
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