pub struct FunctionCallResult {
pub name: String,
pub arguments: String,
}Fields§
§name: String§arguments: StringTrait Implementations§
Source§impl Clone for FunctionCallResult
impl Clone for FunctionCallResult
Source§fn clone(&self) -> FunctionCallResult
fn clone(&self) -> FunctionCallResult
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 moreSource§impl Debug for FunctionCallResult
impl Debug for FunctionCallResult
Source§impl PartialEq for FunctionCallResult
impl PartialEq for FunctionCallResult
impl Eq for FunctionCallResult
impl StructuralPartialEq for FunctionCallResult
Auto Trait Implementations§
impl Freeze for FunctionCallResult
impl RefUnwindSafe for FunctionCallResult
impl Send for FunctionCallResult
impl Sync for FunctionCallResult
impl Unpin for FunctionCallResult
impl UnsafeUnpin for FunctionCallResult
impl UnwindSafe for FunctionCallResult
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