pub struct TransportParamInfo {
pub value: Option<Vec<u8>>,
pub side: Side,
/* private fields */
}
Expand description
Transport parameter information
Fields§
§value: Option<Vec<u8>>
Raw value bytes, if present
side: Side
Which side (client/server) provided the parameter
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TransportParamInfo
impl RefUnwindSafe for TransportParamInfo
impl Send for TransportParamInfo
impl Sync for TransportParamInfo
impl Unpin for TransportParamInfo
impl UnwindSafe for TransportParamInfo
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