pub struct RuleSetUpdatedEventParamsBuilder { /* private fields */ }Expand description
Builder for RuleSetUpdatedEventParams.
Implementations§
Source§impl RuleSetUpdatedEventParamsBuilder
impl RuleSetUpdatedEventParamsBuilder
pub fn rule_set(&mut self, value: RuleSet) -> &mut Self
Sourcepub fn build(
&self,
) -> Result<RuleSetUpdatedEventParams, RuleSetUpdatedEventParamsBuilderError>
pub fn build( &self, ) -> Result<RuleSetUpdatedEventParams, RuleSetUpdatedEventParamsBuilderError>
Trait Implementations§
Source§impl Clone for RuleSetUpdatedEventParamsBuilder
impl Clone for RuleSetUpdatedEventParamsBuilder
Source§fn clone(&self) -> RuleSetUpdatedEventParamsBuilder
fn clone(&self) -> RuleSetUpdatedEventParamsBuilder
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 moreAuto Trait Implementations§
impl Freeze for RuleSetUpdatedEventParamsBuilder
impl RefUnwindSafe for RuleSetUpdatedEventParamsBuilder
impl Send for RuleSetUpdatedEventParamsBuilder
impl Sync for RuleSetUpdatedEventParamsBuilder
impl Unpin for RuleSetUpdatedEventParamsBuilder
impl UnsafeUnpin for RuleSetUpdatedEventParamsBuilder
impl UnwindSafe for RuleSetUpdatedEventParamsBuilder
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