Struct valkey_module::raw::Version  
source · pub struct Version {
    pub major: i32,
    pub minor: i32,
    pub patch: i32,
}Fields§
§major: i32§minor: i32§patch: i32Trait Implementations§
source§impl Ord for Version
 
impl Ord for Version
source§impl PartialEq for Version
 
impl PartialEq for Version
source§impl PartialOrd for Version
 
impl PartialOrd for Version
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
 
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for 
self and other) and is used by the <=
operator. Read moreimpl Eq for Version
impl StructuralPartialEq for Version
Auto Trait Implementations§
impl Freeze for Version
impl RefUnwindSafe for Version
impl Send for Version
impl Sync for Version
impl Unpin for Version
impl UnwindSafe for Version
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