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