pub struct AcpSessionRpcResponse {
pub session_id: String,
pub response: JsonUtf8,
pub event_count: u32,
}Fields§
§session_id: String§response: JsonUtf8§event_count: u32Trait Implementations§
Source§impl Clone for AcpSessionRpcResponse
impl Clone for AcpSessionRpcResponse
Source§fn clone(&self) -> AcpSessionRpcResponse
fn clone(&self) -> AcpSessionRpcResponse
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 AcpSessionRpcResponse
impl Debug for AcpSessionRpcResponse
Source§impl<'de> Deserialize<'de> for AcpSessionRpcResponse
impl<'de> Deserialize<'de> for AcpSessionRpcResponse
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
impl Eq for AcpSessionRpcResponse
Source§impl Hash for AcpSessionRpcResponse
impl Hash for AcpSessionRpcResponse
Source§impl PartialEq for AcpSessionRpcResponse
impl PartialEq for AcpSessionRpcResponse
Source§impl Serialize for AcpSessionRpcResponse
impl Serialize for AcpSessionRpcResponse
impl StructuralPartialEq for AcpSessionRpcResponse
Auto Trait Implementations§
impl Freeze for AcpSessionRpcResponse
impl RefUnwindSafe for AcpSessionRpcResponse
impl Send for AcpSessionRpcResponse
impl Sync for AcpSessionRpcResponse
impl Unpin for AcpSessionRpcResponse
impl UnsafeUnpin for AcpSessionRpcResponse
impl UnwindSafe for AcpSessionRpcResponse
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