pub struct ProtocolNegotiationReport {
pub client_version: String,
pub device_version: String,
pub compatible: bool,
pub note: String,
}Fields§
§client_version: String§device_version: String§compatible: bool§note: StringTrait Implementations§
Source§impl Clone for ProtocolNegotiationReport
impl Clone for ProtocolNegotiationReport
Source§fn clone(&self) -> ProtocolNegotiationReport
fn clone(&self) -> ProtocolNegotiationReport
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 moreAuto Trait Implementations§
impl Freeze for ProtocolNegotiationReport
impl RefUnwindSafe for ProtocolNegotiationReport
impl Send for ProtocolNegotiationReport
impl Sync for ProtocolNegotiationReport
impl Unpin for ProtocolNegotiationReport
impl UnsafeUnpin for ProtocolNegotiationReport
impl UnwindSafe for ProtocolNegotiationReport
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