pub struct CmSettingsHandler { /* private fields */ }
Expand description
Cluster Manager settings handler
Implementations§
Source§impl CmSettingsHandler
impl CmSettingsHandler
pub fn new(client: RestClient) -> Self
Sourcepub async fn get(&self) -> Result<CmSettings>
pub async fn get(&self) -> Result<CmSettings>
Get Cluster Manager settings
Sourcepub async fn update(&self, settings: CmSettings) -> Result<CmSettings>
pub async fn update(&self, settings: CmSettings) -> Result<CmSettings>
Update Cluster Manager settings
Auto Trait Implementations§
impl Freeze for CmSettingsHandler
impl !RefUnwindSafe for CmSettingsHandler
impl Send for CmSettingsHandler
impl Sync for CmSettingsHandler
impl Unpin for CmSettingsHandler
impl !UnwindSafe for CmSettingsHandler
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