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