pub struct GetBrowserCommandLineReturnObjectBuilder { /* private fields */ }Expand description
Builder for GetBrowserCommandLineReturnObject.
Implementations§
Source§impl GetBrowserCommandLineReturnObjectBuilder
impl GetBrowserCommandLineReturnObjectBuilder
Sourcepub fn build(
&self,
) -> Result<GetBrowserCommandLineReturnObject, GetBrowserCommandLineReturnObjectBuilderError>
pub fn build( &self, ) -> Result<GetBrowserCommandLineReturnObject, GetBrowserCommandLineReturnObjectBuilderError>
Builds a new GetBrowserCommandLineReturnObject.
§Errors
If a required field has not been initialized.
Trait Implementations§
Source§impl Clone for GetBrowserCommandLineReturnObjectBuilder
impl Clone for GetBrowserCommandLineReturnObjectBuilder
Source§fn clone(&self) -> GetBrowserCommandLineReturnObjectBuilder
fn clone(&self) -> GetBrowserCommandLineReturnObjectBuilder
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 GetBrowserCommandLineReturnObjectBuilder
impl RefUnwindSafe for GetBrowserCommandLineReturnObjectBuilder
impl Send for GetBrowserCommandLineReturnObjectBuilder
impl Sync for GetBrowserCommandLineReturnObjectBuilder
impl Unpin for GetBrowserCommandLineReturnObjectBuilder
impl UnsafeUnpin for GetBrowserCommandLineReturnObjectBuilder
impl UnwindSafe for GetBrowserCommandLineReturnObjectBuilder
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