pub struct SystemClusterId { /* private fields */ }Trait Implementations§
Source§impl Clone for SystemClusterId
impl Clone for SystemClusterId
Source§fn clone(&self) -> SystemClusterId
fn clone(&self) -> SystemClusterId
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 SystemClusterId
impl Debug for SystemClusterId
Source§impl Default for SystemClusterId
impl Default for SystemClusterId
Source§fn default() -> SystemClusterId
fn default() -> SystemClusterId
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SystemClusterId
impl<'de> Deserialize<'de> for SystemClusterId
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for SystemClusterId
impl Display for SystemClusterId
Source§impl From<u32> for SystemClusterId
impl From<u32> for SystemClusterId
Source§impl Hash for SystemClusterId
impl Hash for SystemClusterId
Source§impl Ord for SystemClusterId
impl Ord for SystemClusterId
Source§fn cmp(&self, other: &SystemClusterId) -> Ordering
fn cmp(&self, other: &SystemClusterId) -> 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 SystemClusterId
impl PartialEq for SystemClusterId
Source§impl PartialOrd for SystemClusterId
impl PartialOrd for SystemClusterId
Source§impl Serialize for SystemClusterId
impl Serialize for SystemClusterId
impl Copy for SystemClusterId
impl Eq for SystemClusterId
impl StructuralPartialEq for SystemClusterId
Auto Trait Implementations§
impl Freeze for SystemClusterId
impl RefUnwindSafe for SystemClusterId
impl Send for SystemClusterId
impl Sync for SystemClusterId
impl Unpin for SystemClusterId
impl UnwindSafe for SystemClusterId
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