pub struct FennecVersion {
pub major: u64,
pub minor: u64,
pub patch: u64,
}
Fields§
§major: u64
§minor: u64
§patch: u64
Trait Implementations§
Source§impl Clone for FennecVersion
impl Clone for FennecVersion
Source§fn clone(&self) -> FennecVersion
fn clone(&self) -> FennecVersion
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 FennecVersion
impl Debug for FennecVersion
Source§impl Ord for FennecVersion
impl Ord for FennecVersion
Source§fn cmp(&self, other: &FennecVersion) -> Ordering
fn cmp(&self, other: &FennecVersion) -> 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 FennecVersion
impl PartialEq for FennecVersion
Source§impl PartialOrd for FennecVersion
impl PartialOrd for FennecVersion
impl Eq for FennecVersion
impl StructuralPartialEq for FennecVersion
Auto Trait Implementations§
impl Freeze for FennecVersion
impl RefUnwindSafe for FennecVersion
impl Send for FennecVersion
impl Sync for FennecVersion
impl Unpin for FennecVersion
impl UnwindSafe for FennecVersion
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