pub struct RpcTaskSummary {
pub id: String,
pub title: String,
pub status: String,
}Expand description
Task summary for RPC state.
Fields§
§id: String§title: String§status: StringTrait Implementations§
Source§impl Clone for RpcTaskSummary
impl Clone for RpcTaskSummary
Source§fn clone(&self) -> RpcTaskSummary
fn clone(&self) -> RpcTaskSummary
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 RpcTaskSummary
impl Debug for RpcTaskSummary
Source§impl<'de> Deserialize<'de> for RpcTaskSummary
impl<'de> Deserialize<'de> for RpcTaskSummary
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 RpcTaskSummary
impl PartialEq for RpcTaskSummary
Source§impl Serialize for RpcTaskSummary
impl Serialize for RpcTaskSummary
impl StructuralPartialEq for RpcTaskSummary
Auto Trait Implementations§
impl Freeze for RpcTaskSummary
impl RefUnwindSafe for RpcTaskSummary
impl Send for RpcTaskSummary
impl Sync for RpcTaskSummary
impl Unpin for RpcTaskSummary
impl UnsafeUnpin for RpcTaskSummary
impl UnwindSafe for RpcTaskSummary
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