pub struct NegotiatedParams {
pub params: Params,
}Fields§
§params: ParamsTrait Implementations§
Source§impl Clone for NegotiatedParams
impl Clone for NegotiatedParams
Source§fn clone(&self) -> NegotiatedParams
fn clone(&self) -> NegotiatedParams
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 NegotiatedParams
impl Debug for NegotiatedParams
Source§impl PartialEq for NegotiatedParams
impl PartialEq for NegotiatedParams
Source§fn eq(&self, other: &NegotiatedParams) -> bool
fn eq(&self, other: &NegotiatedParams) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for NegotiatedParams
impl StructuralPartialEq for NegotiatedParams
Auto Trait Implementations§
impl Freeze for NegotiatedParams
impl RefUnwindSafe for NegotiatedParams
impl Send for NegotiatedParams
impl Sync for NegotiatedParams
impl Unpin for NegotiatedParams
impl UnsafeUnpin for NegotiatedParams
impl UnwindSafe for NegotiatedParams
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