pub struct SetBlackboxExecutionContextsParamsBuilder { /* private fields */ }
Implementations§
Source§impl SetBlackboxExecutionContextsParamsBuilder
impl SetBlackboxExecutionContextsParamsBuilder
pub fn unique_id( self, unique_id: impl Into<String>, ) -> SetBlackboxExecutionContextsParamsBuilder
pub fn unique_ids<I, S>( self, unique_ids: I, ) -> SetBlackboxExecutionContextsParamsBuilder
pub fn build(self) -> Result<SetBlackboxExecutionContextsParams, String>
Trait Implementations§
Source§impl Clone for SetBlackboxExecutionContextsParamsBuilder
impl Clone for SetBlackboxExecutionContextsParamsBuilder
Source§fn clone(&self) -> SetBlackboxExecutionContextsParamsBuilder
fn clone(&self) -> SetBlackboxExecutionContextsParamsBuilder
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 Default for SetBlackboxExecutionContextsParamsBuilder
impl Default for SetBlackboxExecutionContextsParamsBuilder
Source§fn default() -> SetBlackboxExecutionContextsParamsBuilder
fn default() -> SetBlackboxExecutionContextsParamsBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SetBlackboxExecutionContextsParamsBuilder
impl RefUnwindSafe for SetBlackboxExecutionContextsParamsBuilder
impl Send for SetBlackboxExecutionContextsParamsBuilder
impl Sync for SetBlackboxExecutionContextsParamsBuilder
impl Unpin for SetBlackboxExecutionContextsParamsBuilder
impl UnwindSafe for SetBlackboxExecutionContextsParamsBuilder
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