pub enum AstroVersionFamily {
Astro2,
Astro3,
Astro4,
Astro5,
}Expand description
Astro version-family labels.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for AstroVersionFamily
impl Clone for AstroVersionFamily
Source§fn clone(&self) -> AstroVersionFamily
fn clone(&self) -> AstroVersionFamily
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 AstroVersionFamily
impl Debug for AstroVersionFamily
Source§impl Display for AstroVersionFamily
impl Display for AstroVersionFamily
Source§impl FromStr for AstroVersionFamily
impl FromStr for AstroVersionFamily
Source§impl Hash for AstroVersionFamily
impl Hash for AstroVersionFamily
Source§impl Ord for AstroVersionFamily
impl Ord for AstroVersionFamily
Source§fn cmp(&self, other: &AstroVersionFamily) -> Ordering
fn cmp(&self, other: &AstroVersionFamily) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for AstroVersionFamily
impl PartialEq for AstroVersionFamily
Source§impl PartialOrd for AstroVersionFamily
impl PartialOrd for AstroVersionFamily
impl Copy for AstroVersionFamily
impl Eq for AstroVersionFamily
impl StructuralPartialEq for AstroVersionFamily
Auto Trait Implementations§
impl Freeze for AstroVersionFamily
impl RefUnwindSafe for AstroVersionFamily
impl Send for AstroVersionFamily
impl Sync for AstroVersionFamily
impl Unpin for AstroVersionFamily
impl UnsafeUnpin for AstroVersionFamily
impl UnwindSafe for AstroVersionFamily
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