pub enum GalaxyMispFormatVersion {
Boolean(bool),
GalaxyClusterVersion(String),
}
Variants§
Trait Implementations§
Source§impl Clone for GalaxyMispFormatVersion
impl Clone for GalaxyMispFormatVersion
Source§fn clone(&self) -> GalaxyMispFormatVersion
fn clone(&self) -> GalaxyMispFormatVersion
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 GalaxyMispFormatVersion
impl Debug for GalaxyMispFormatVersion
Source§impl Default for GalaxyMispFormatVersion
impl Default for GalaxyMispFormatVersion
Source§impl<'de> Deserialize<'de> for GalaxyMispFormatVersion
impl<'de> Deserialize<'de> for GalaxyMispFormatVersion
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for GalaxyMispFormatVersion
impl PartialEq for GalaxyMispFormatVersion
Source§impl Serialize for GalaxyMispFormatVersion
impl Serialize for GalaxyMispFormatVersion
impl StructuralPartialEq for GalaxyMispFormatVersion
Auto Trait Implementations§
impl Freeze for GalaxyMispFormatVersion
impl RefUnwindSafe for GalaxyMispFormatVersion
impl Send for GalaxyMispFormatVersion
impl Sync for GalaxyMispFormatVersion
impl Unpin for GalaxyMispFormatVersion
impl UnwindSafe for GalaxyMispFormatVersion
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