pub struct SchedulerSetConfigurationResponseBuilder { /* private fields */ }
Expand description
Builder for SchedulerSetConfigurationResponse
.
Implementations§
Source§impl SchedulerSetConfigurationResponseBuilder
impl SchedulerSetConfigurationResponseBuilder
Sourcepub fn updated(&mut self, value: bool) -> &mut Self
pub fn updated(&mut self, value: bool) -> &mut Self
Updated returns whether the config was actually updated Only set when the request uses CAS
Sourcepub fn build(
&self,
) -> Result<SchedulerSetConfigurationResponse, SchedulerSetConfigurationResponseBuilderError>
pub fn build( &self, ) -> Result<SchedulerSetConfigurationResponse, SchedulerSetConfigurationResponseBuilderError>
Builds a new SchedulerSetConfigurationResponse
.
§Errors
If a required field has not been initialized.
Trait Implementations§
Source§impl Clone for SchedulerSetConfigurationResponseBuilder
impl Clone for SchedulerSetConfigurationResponseBuilder
Source§fn clone(&self) -> SchedulerSetConfigurationResponseBuilder
fn clone(&self) -> SchedulerSetConfigurationResponseBuilder
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 moreAuto Trait Implementations§
impl Freeze for SchedulerSetConfigurationResponseBuilder
impl RefUnwindSafe for SchedulerSetConfigurationResponseBuilder
impl Send for SchedulerSetConfigurationResponseBuilder
impl Sync for SchedulerSetConfigurationResponseBuilder
impl Unpin for SchedulerSetConfigurationResponseBuilder
impl UnwindSafe for SchedulerSetConfigurationResponseBuilder
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