Struct dagger_sdk::FunctionCallOptsBuilder
source · pub struct FunctionCallOptsBuilder { /* private fields */ }Expand description
Builder for FunctionCallOpts.
Implementations§
source§impl FunctionCallOptsBuilder
impl FunctionCallOptsBuilder
pub fn input<VALUE: Into<Vec<FunctionCallInput>>>( &mut self, value: VALUE ) -> &mut Self
sourcepub fn build(&self) -> Result<FunctionCallOpts, FunctionCallOptsBuilderError>
pub fn build(&self) -> Result<FunctionCallOpts, FunctionCallOptsBuilderError>
Trait Implementations§
source§impl Clone for FunctionCallOptsBuilder
impl Clone for FunctionCallOptsBuilder
source§fn clone(&self) -> FunctionCallOptsBuilder
fn clone(&self) -> FunctionCallOptsBuilder
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 RefUnwindSafe for FunctionCallOptsBuilder
impl Send for FunctionCallOptsBuilder
impl Sync for FunctionCallOptsBuilder
impl Unpin for FunctionCallOptsBuilder
impl UnwindSafe for FunctionCallOptsBuilder
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