pub struct ClusterLabels {
pub cluster_uuid: Option<String>,
pub cluster_name: Option<String>,
}Fields§
§cluster_uuid: Option<String>§cluster_name: Option<String>Implementations§
Trait Implementations§
Source§impl Clone for ClusterLabels
impl Clone for ClusterLabels
Source§fn clone(&self) -> ClusterLabels
fn clone(&self) -> ClusterLabels
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 ClusterLabels
impl Debug for ClusterLabels
Source§impl PartialEq for ClusterLabels
impl PartialEq for ClusterLabels
impl Eq for ClusterLabels
impl StructuralPartialEq for ClusterLabels
Auto Trait Implementations§
impl Freeze for ClusterLabels
impl RefUnwindSafe for ClusterLabels
impl Send for ClusterLabels
impl Sync for ClusterLabels
impl Unpin for ClusterLabels
impl UnsafeUnpin for ClusterLabels
impl UnwindSafe for ClusterLabels
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