pub struct StatusRequestedEventParamsBuilder { /* private fields */ }Expand description
Builder for StatusRequestedEventParams.
Implementations§
Source§impl StatusRequestedEventParamsBuilder
impl StatusRequestedEventParamsBuilder
pub fn request_id(&mut self, value: String) -> &mut Self
pub fn handle(&mut self, value: JsUInt) -> &mut Self
Sourcepub fn build(
&self,
) -> Result<StatusRequestedEventParams, StatusRequestedEventParamsBuilderError>
pub fn build( &self, ) -> Result<StatusRequestedEventParams, StatusRequestedEventParamsBuilderError>
Trait Implementations§
Source§impl Clone for StatusRequestedEventParamsBuilder
impl Clone for StatusRequestedEventParamsBuilder
Source§fn clone(&self) -> StatusRequestedEventParamsBuilder
fn clone(&self) -> StatusRequestedEventParamsBuilder
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 StatusRequestedEventParamsBuilder
impl RefUnwindSafe for StatusRequestedEventParamsBuilder
impl Send for StatusRequestedEventParamsBuilder
impl Sync for StatusRequestedEventParamsBuilder
impl Unpin for StatusRequestedEventParamsBuilder
impl UnsafeUnpin for StatusRequestedEventParamsBuilder
impl UnwindSafe for StatusRequestedEventParamsBuilder
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