pub struct EnableEngineRequestBuilder { /* private fields */ }
Expand description
Builder for EnableEngineRequest
.
Implementations§
source§impl EnableEngineRequestBuilder
impl EnableEngineRequestBuilder
pub fn path<VALUE: Into<String>>(&mut self, value: VALUE) -> &mut Self
pub fn engine_type<VALUE: Into<String>>(&mut self, value: VALUE) -> &mut Self
pub fn description<VALUE: Into<String>>(&mut self, value: VALUE) -> &mut Self
pub fn config<VALUE: Into<EnableEngineDataConfig>>( &mut self, value: VALUE, ) -> &mut Self
pub fn options<VALUE: Into<HashMap<String, String>>>( &mut self, value: VALUE, ) -> &mut Self
sourcepub fn build(
&self,
) -> Result<EnableEngineRequest, EnableEngineRequestBuilderError>
pub fn build( &self, ) -> Result<EnableEngineRequest, EnableEngineRequestBuilderError>
Trait Implementations§
source§impl Clone for EnableEngineRequestBuilder
impl Clone for EnableEngineRequestBuilder
source§fn clone(&self) -> EnableEngineRequestBuilder
fn clone(&self) -> EnableEngineRequestBuilder
Returns a copy 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 EnableEngineRequestBuilder
impl RefUnwindSafe for EnableEngineRequestBuilder
impl Send for EnableEngineRequestBuilder
impl Sync for EnableEngineRequestBuilder
impl Unpin for EnableEngineRequestBuilder
impl UnwindSafe for EnableEngineRequestBuilder
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)