pub struct GetDescriptorActivityResponse {
pub activity: Value,
}Expand description
Response for the GetDescriptorActivity RPC method
Fields§
§activity: Valueevents
Trait Implementations§
Source§impl Clone for GetDescriptorActivityResponse
impl Clone for GetDescriptorActivityResponse
Source§fn clone(&self) -> GetDescriptorActivityResponse
fn clone(&self) -> GetDescriptorActivityResponse
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<'de> Deserialize<'de> for GetDescriptorActivityResponse
impl<'de> Deserialize<'de> for GetDescriptorActivityResponse
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 GetDescriptorActivityResponse
impl PartialEq for GetDescriptorActivityResponse
Source§fn eq(&self, other: &GetDescriptorActivityResponse) -> bool
fn eq(&self, other: &GetDescriptorActivityResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for GetDescriptorActivityResponse
Auto Trait Implementations§
impl Freeze for GetDescriptorActivityResponse
impl RefUnwindSafe for GetDescriptorActivityResponse
impl Send for GetDescriptorActivityResponse
impl Sync for GetDescriptorActivityResponse
impl Unpin for GetDescriptorActivityResponse
impl UnwindSafe for GetDescriptorActivityResponse
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