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