pub struct CommandCallResult {
pub result_type: String,
pub value: String,
}Fields§
§result_type: String§value: StringImplementations§
Trait Implementations§
Source§impl Clone for CommandCallResult
impl Clone for CommandCallResult
Source§fn clone(&self) -> CommandCallResult
fn clone(&self) -> CommandCallResult
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 CommandCallResult
impl Debug for CommandCallResult
Source§impl<'de> Deserialize<'de> for CommandCallResult
impl<'de> Deserialize<'de> for CommandCallResult
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
Auto Trait Implementations§
impl Freeze for CommandCallResult
impl RefUnwindSafe for CommandCallResult
impl Send for CommandCallResult
impl Sync for CommandCallResult
impl Unpin for CommandCallResult
impl UnsafeUnpin for CommandCallResult
impl UnwindSafe for CommandCallResult
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