pub struct GetClusterConfigKnownVersion {
pub rev_epoch: i64,
pub rev_id: i64,
}Fields§
§rev_epoch: i64§rev_id: i64Trait Implementations§
Source§impl Clone for GetClusterConfigKnownVersion
impl Clone for GetClusterConfigKnownVersion
Source§fn clone(&self) -> GetClusterConfigKnownVersion
fn clone(&self) -> GetClusterConfigKnownVersion
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 GetClusterConfigKnownVersion
impl Debug for GetClusterConfigKnownVersion
Source§impl Default for GetClusterConfigKnownVersion
impl Default for GetClusterConfigKnownVersion
Source§fn default() -> GetClusterConfigKnownVersion
fn default() -> GetClusterConfigKnownVersion
Returns the “default value” for a type. Read more
Source§impl Hash for GetClusterConfigKnownVersion
impl Hash for GetClusterConfigKnownVersion
Source§impl Ord for GetClusterConfigKnownVersion
impl Ord for GetClusterConfigKnownVersion
Source§fn cmp(&self, other: &GetClusterConfigKnownVersion) -> Ordering
fn cmp(&self, other: &GetClusterConfigKnownVersion) -> 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 GetClusterConfigKnownVersion
impl PartialEq for GetClusterConfigKnownVersion
Source§fn eq(&self, other: &GetClusterConfigKnownVersion) -> bool
fn eq(&self, other: &GetClusterConfigKnownVersion) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for GetClusterConfigKnownVersion
impl PartialOrd for GetClusterConfigKnownVersion
impl Eq for GetClusterConfigKnownVersion
impl StructuralPartialEq for GetClusterConfigKnownVersion
Auto Trait Implementations§
impl Freeze for GetClusterConfigKnownVersion
impl RefUnwindSafe for GetClusterConfigKnownVersion
impl Send for GetClusterConfigKnownVersion
impl Sync for GetClusterConfigKnownVersion
impl Unpin for GetClusterConfigKnownVersion
impl UnwindSafe for GetClusterConfigKnownVersion
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