pub enum ZarrVersion {
V2,
V3,
}Expand description
Zarr versions.
Variants§
Trait Implementations§
Source§impl Clone for ZarrVersion
impl Clone for ZarrVersion
Source§fn clone(&self) -> ZarrVersion
fn clone(&self) -> ZarrVersion
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 ZarrVersion
impl Debug for ZarrVersion
Source§impl From<ZarrVersion2> for ZarrVersion
impl From<ZarrVersion2> for ZarrVersion
Source§fn from(_: ZarrVersion2) -> Self
fn from(_: ZarrVersion2) -> Self
Converts to this type from the input type.
Source§impl From<ZarrVersion3> for ZarrVersion
impl From<ZarrVersion3> for ZarrVersion
Source§fn from(_: ZarrVersion3) -> Self
fn from(_: ZarrVersion3) -> Self
Converts to this type from the input type.
Source§impl Hash for ZarrVersion
impl Hash for ZarrVersion
Source§impl PartialEq for ZarrVersion
impl PartialEq for ZarrVersion
impl Copy for ZarrVersion
impl Eq for ZarrVersion
impl StructuralPartialEq for ZarrVersion
Auto Trait Implementations§
impl Freeze for ZarrVersion
impl RefUnwindSafe for ZarrVersion
impl Send for ZarrVersion
impl Sync for ZarrVersion
impl Unpin for ZarrVersion
impl UnwindSafe for ZarrVersion
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