pub struct SetOperationSuccessBuilder { /* private fields */ }Implementations§
Source§impl SetOperationSuccessBuilder
impl SetOperationSuccessBuilder
pub fn new(affected_path: String) -> Self
pub fn with_param_errs(self, param_errs: Vec<SetRespParameterError>) -> Self
pub fn with_updated_params( self, updated_params: HashMap<String, String>, ) -> Self
Trait Implementations§
Source§impl Clone for SetOperationSuccessBuilder
impl Clone for SetOperationSuccessBuilder
Source§fn clone(&self) -> SetOperationSuccessBuilder
fn clone(&self) -> SetOperationSuccessBuilder
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 SetOperationSuccessBuilder
impl RefUnwindSafe for SetOperationSuccessBuilder
impl Send for SetOperationSuccessBuilder
impl Sync for SetOperationSuccessBuilder
impl Unpin for SetOperationSuccessBuilder
impl UnwindSafe for SetOperationSuccessBuilder
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