Struct dagger_sdk::FunctionCallOpts
source · pub struct FunctionCallOpts {
pub input: Option<Vec<FunctionCallInput>>,
}Fields§
§input: Option<Vec<FunctionCallInput>>Trait Implementations§
source§impl Debug for FunctionCallOpts
impl Debug for FunctionCallOpts
source§impl PartialEq for FunctionCallOpts
impl PartialEq for FunctionCallOpts
source§fn eq(&self, other: &FunctionCallOpts) -> bool
fn eq(&self, other: &FunctionCallOpts) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for FunctionCallOpts
Auto Trait Implementations§
impl RefUnwindSafe for FunctionCallOpts
impl Send for FunctionCallOpts
impl Sync for FunctionCallOpts
impl Unpin for FunctionCallOpts
impl UnwindSafe for FunctionCallOpts
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