pub struct AcpSessionUpdate {
pub request_id: String,
pub kind: AcpSessionUpdateKind,
pub status: AcpSessionUpdateStatus,
pub message: String,
pub meta: Option<Value>,
}Fields§
§request_id: String§kind: AcpSessionUpdateKind§status: AcpSessionUpdateStatus§message: String§meta: Option<Value>Trait Implementations§
Source§impl Clone for AcpSessionUpdate
impl Clone for AcpSessionUpdate
Source§fn clone(&self) -> AcpSessionUpdate
fn clone(&self) -> AcpSessionUpdate
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 AcpSessionUpdate
impl Debug for AcpSessionUpdate
Source§impl<'de> Deserialize<'de> for AcpSessionUpdate
impl<'de> Deserialize<'de> for AcpSessionUpdate
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 AcpSessionUpdate
impl PartialEq for AcpSessionUpdate
Source§fn eq(&self, other: &AcpSessionUpdate) -> bool
fn eq(&self, other: &AcpSessionUpdate) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for AcpSessionUpdate
impl Serialize for AcpSessionUpdate
impl StructuralPartialEq for AcpSessionUpdate
Auto Trait Implementations§
impl Freeze for AcpSessionUpdate
impl RefUnwindSafe for AcpSessionUpdate
impl Send for AcpSessionUpdate
impl Sync for AcpSessionUpdate
impl Unpin for AcpSessionUpdate
impl UnsafeUnpin for AcpSessionUpdate
impl UnwindSafe for AcpSessionUpdate
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