pub enum ClusterGetComponentTemplateParts<'b> {
None,
Name(&'b [&'b str]),
}
Expand description
API parts for the Cluster Get Component Template API
Variants§
Implementations§
Trait Implementations§
Source§impl<'b> Clone for ClusterGetComponentTemplateParts<'b>
impl<'b> Clone for ClusterGetComponentTemplateParts<'b>
Source§fn clone(&self) -> ClusterGetComponentTemplateParts<'b>
fn clone(&self) -> ClusterGetComponentTemplateParts<'b>
Returns a copy 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<'b> Debug for ClusterGetComponentTemplateParts<'b>
impl<'b> Debug for ClusterGetComponentTemplateParts<'b>
Source§impl<'b> PartialEq for ClusterGetComponentTemplateParts<'b>
impl<'b> PartialEq for ClusterGetComponentTemplateParts<'b>
Source§fn eq(&self, other: &ClusterGetComponentTemplateParts<'b>) -> bool
fn eq(&self, other: &ClusterGetComponentTemplateParts<'b>) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl<'b> Eq for ClusterGetComponentTemplateParts<'b>
impl<'b> StructuralPartialEq for ClusterGetComponentTemplateParts<'b>
Auto Trait Implementations§
impl<'b> Freeze for ClusterGetComponentTemplateParts<'b>
impl<'b> RefUnwindSafe for ClusterGetComponentTemplateParts<'b>
impl<'b> Send for ClusterGetComponentTemplateParts<'b>
impl<'b> Sync for ClusterGetComponentTemplateParts<'b>
impl<'b> Unpin for ClusterGetComponentTemplateParts<'b>
impl<'b> UnwindSafe for ClusterGetComponentTemplateParts<'b>
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