pub struct FunctionCallBuilder { /* private fields */ }
Expand description
Builder for FunctionCall
.
Implementations§
Trait Implementations§
Source§impl Clone for FunctionCallBuilder
impl Clone for FunctionCallBuilder
Source§fn clone(&self) -> FunctionCallBuilder
fn clone(&self) -> FunctionCallBuilder
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 FunctionCallBuilder
impl RefUnwindSafe for FunctionCallBuilder
impl Send for FunctionCallBuilder
impl Sync for FunctionCallBuilder
impl Unpin for FunctionCallBuilder
impl UnwindSafe for FunctionCallBuilder
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