pub struct WorkbookFunctionResult {
pub error: String,
pub value: Json,
}
Fields§
§error: String
§value: Json
Trait Implementations§
Source§impl Clone for WorkbookFunctionResult
impl Clone for WorkbookFunctionResult
Source§fn clone(&self) -> WorkbookFunctionResult
fn clone(&self) -> WorkbookFunctionResult
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 WorkbookFunctionResult
impl Debug for WorkbookFunctionResult
Source§impl<'de> Deserialize<'de> for WorkbookFunctionResult
impl<'de> Deserialize<'de> for WorkbookFunctionResult
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for WorkbookFunctionResult
impl PartialEq for WorkbookFunctionResult
Source§impl Serialize for WorkbookFunctionResult
impl Serialize for WorkbookFunctionResult
impl Eq for WorkbookFunctionResult
impl StructuralPartialEq for WorkbookFunctionResult
Auto Trait Implementations§
impl Freeze for WorkbookFunctionResult
impl RefUnwindSafe for WorkbookFunctionResult
impl Send for WorkbookFunctionResult
impl Sync for WorkbookFunctionResult
impl Unpin for WorkbookFunctionResult
impl UnwindSafe for WorkbookFunctionResult
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