pub struct AcpSessionClosedResponse {
pub session_id: String,
}Fields§
§session_id: StringTrait Implementations§
Source§impl Clone for AcpSessionClosedResponse
impl Clone for AcpSessionClosedResponse
Source§fn clone(&self) -> AcpSessionClosedResponse
fn clone(&self) -> AcpSessionClosedResponse
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 AcpSessionClosedResponse
impl Debug for AcpSessionClosedResponse
Source§impl<'de> Deserialize<'de> for AcpSessionClosedResponse
impl<'de> Deserialize<'de> for AcpSessionClosedResponse
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 AcpSessionClosedResponse
Source§impl Hash for AcpSessionClosedResponse
impl Hash for AcpSessionClosedResponse
Source§impl PartialEq for AcpSessionClosedResponse
impl PartialEq for AcpSessionClosedResponse
Source§impl Serialize for AcpSessionClosedResponse
impl Serialize for AcpSessionClosedResponse
impl StructuralPartialEq for AcpSessionClosedResponse
Auto Trait Implementations§
impl Freeze for AcpSessionClosedResponse
impl RefUnwindSafe for AcpSessionClosedResponse
impl Send for AcpSessionClosedResponse
impl Sync for AcpSessionClosedResponse
impl Unpin for AcpSessionClosedResponse
impl UnsafeUnpin for AcpSessionClosedResponse
impl UnwindSafe for AcpSessionClosedResponse
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