pub struct VersionNegotiation {
pub src_cid: ConnectionId,
pub dst_cid: ConnectionId,
pub supported_versions: Vec<u32>,
}Fields§
§src_cid: ConnectionId§dst_cid: ConnectionId§supported_versions: Vec<u32>Auto Trait Implementations§
impl Freeze for VersionNegotiation
impl RefUnwindSafe for VersionNegotiation
impl Send for VersionNegotiation
impl Sync for VersionNegotiation
impl Unpin for VersionNegotiation
impl UnwindSafe for VersionNegotiation
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