pub enum ClusterGetSettingsParts {
None,
}
Expand description
API parts for the Cluster Get Settings API
Variants§
None
No parts
Implementations§
Trait Implementations§
Source§impl Clone for ClusterGetSettingsParts
impl Clone for ClusterGetSettingsParts
Source§fn clone(&self) -> ClusterGetSettingsParts
fn clone(&self) -> ClusterGetSettingsParts
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 ClusterGetSettingsParts
impl Debug for ClusterGetSettingsParts
Source§impl PartialEq for ClusterGetSettingsParts
impl PartialEq for ClusterGetSettingsParts
impl StructuralPartialEq for ClusterGetSettingsParts
Auto Trait Implementations§
impl Freeze for ClusterGetSettingsParts
impl RefUnwindSafe for ClusterGetSettingsParts
impl Send for ClusterGetSettingsParts
impl Sync for ClusterGetSettingsParts
impl Unpin for ClusterGetSettingsParts
impl UnwindSafe for ClusterGetSettingsParts
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