pub enum GodotVersion {
Version32,
Version33,
Version34,
Version35,
}
Variants§
Trait Implementations§
Source§impl Clone for GodotVersion
impl Clone for GodotVersion
Source§fn clone(&self) -> GodotVersion
fn clone(&self) -> GodotVersion
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 GodotVersion
impl Debug for GodotVersion
Source§impl Hash for GodotVersion
impl Hash for GodotVersion
Source§impl Ord for GodotVersion
impl Ord for GodotVersion
Source§fn cmp(&self, other: &GodotVersion) -> Ordering
fn cmp(&self, other: &GodotVersion) -> 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 GodotVersion
impl PartialEq for GodotVersion
Source§impl PartialOrd for GodotVersion
impl PartialOrd for GodotVersion
Source§impl TryFrom<&str> for GodotVersion
impl TryFrom<&str> for GodotVersion
impl Copy for GodotVersion
impl Eq for GodotVersion
impl StructuralPartialEq for GodotVersion
Auto Trait Implementations§
impl Freeze for GodotVersion
impl RefUnwindSafe for GodotVersion
impl Send for GodotVersion
impl Sync for GodotVersion
impl Unpin for GodotVersion
impl UnwindSafe for GodotVersion
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