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