pub struct GetSupportedProtocol {
pub controller_supported_protocol_versions: String,
}
Fields§
§controller_supported_protocol_versions: String
Trait Implementations§
Source§impl Clone for GetSupportedProtocol
impl Clone for GetSupportedProtocol
Source§fn clone(&self) -> GetSupportedProtocol
fn clone(&self) -> GetSupportedProtocol
Returns a copy 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 GetSupportedProtocol
impl Debug for GetSupportedProtocol
Source§impl Default for GetSupportedProtocol
impl Default for GetSupportedProtocol
Source§fn default() -> GetSupportedProtocol
fn default() -> GetSupportedProtocol
Returns the “default value” for a type. Read more
Source§impl<'a> MessageRead<'a> for GetSupportedProtocol
impl<'a> MessageRead<'a> for GetSupportedProtocol
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 GetSupportedProtocol
impl MessageWrite for GetSupportedProtocol
Source§impl PartialEq for GetSupportedProtocol
impl PartialEq for GetSupportedProtocol
Source§impl Serialize for GetSupportedProtocol
impl Serialize for GetSupportedProtocol
impl StructuralPartialEq for GetSupportedProtocol
Auto Trait Implementations§
impl Freeze for GetSupportedProtocol
impl RefUnwindSafe for GetSupportedProtocol
impl Send for GetSupportedProtocol
impl Sync for GetSupportedProtocol
impl Unpin for GetSupportedProtocol
impl UnwindSafe for GetSupportedProtocol
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