pub struct GetSupportedProtocolResp {
    pub agent_supported_protocol_versions: String,
}Fields§
§agent_supported_protocol_versions: StringTrait Implementations§
Source§impl Clone for GetSupportedProtocolResp
 
impl Clone for GetSupportedProtocolResp
Source§fn clone(&self) -> GetSupportedProtocolResp
 
fn clone(&self) -> GetSupportedProtocolResp
Returns a duplicate of the value. Read more
1.0.0 · 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 GetSupportedProtocolResp
 
impl Debug for GetSupportedProtocolResp
Source§impl Default for GetSupportedProtocolResp
 
impl Default for GetSupportedProtocolResp
Source§fn default() -> GetSupportedProtocolResp
 
fn default() -> GetSupportedProtocolResp
Returns the “default value” for a type. Read more
Source§impl<'a> MessageRead<'a> for GetSupportedProtocolResp
 
impl<'a> MessageRead<'a> for GetSupportedProtocolResp
Source§fn from_reader(r: &mut BytesReader, bytes: &'a [u8]) -> Result<Self>
 
fn from_reader(r: &mut BytesReader, bytes: &'a [u8]) -> Result<Self>
Constructs an instance of 
Self by reading from the given bytes
via the given reader. Read moreSource§impl MessageWrite for GetSupportedProtocolResp
 
impl MessageWrite for GetSupportedProtocolResp
Source§impl PartialEq for GetSupportedProtocolResp
 
impl PartialEq for GetSupportedProtocolResp
Source§impl Serialize for GetSupportedProtocolResp
 
impl Serialize for GetSupportedProtocolResp
impl StructuralPartialEq for GetSupportedProtocolResp
Auto Trait Implementations§
impl Freeze for GetSupportedProtocolResp
impl RefUnwindSafe for GetSupportedProtocolResp
impl Send for GetSupportedProtocolResp
impl Sync for GetSupportedProtocolResp
impl Unpin for GetSupportedProtocolResp
impl UnwindSafe for GetSupportedProtocolResp
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