pub struct DocumentOpenedEventParamsBuilder { /* private fields */ }Expand description
Builder for DocumentOpenedEventParams.
Implementations§
Source§impl DocumentOpenedEventParamsBuilder
impl DocumentOpenedEventParamsBuilder
Sourcepub fn build(
&self,
) -> Result<DocumentOpenedEventParams, DocumentOpenedEventParamsBuilderError>
pub fn build( &self, ) -> Result<DocumentOpenedEventParams, DocumentOpenedEventParamsBuilderError>
Trait Implementations§
Source§impl Clone for DocumentOpenedEventParamsBuilder
impl Clone for DocumentOpenedEventParamsBuilder
Source§fn clone(&self) -> DocumentOpenedEventParamsBuilder
fn clone(&self) -> DocumentOpenedEventParamsBuilder
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 DocumentOpenedEventParamsBuilder
impl RefUnwindSafe for DocumentOpenedEventParamsBuilder
impl Send for DocumentOpenedEventParamsBuilder
impl Sync for DocumentOpenedEventParamsBuilder
impl Unpin for DocumentOpenedEventParamsBuilder
impl UnsafeUnpin for DocumentOpenedEventParamsBuilder
impl UnwindSafe for DocumentOpenedEventParamsBuilder
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