pub struct ConnectionData<'a> {
pub network_type: &'a [u8],
pub address_type: &'a [u8],
pub connection_address: &'a [u8],
}Fields§
§network_type: &'a [u8]§address_type: &'a [u8]§connection_address: &'a [u8]Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for ConnectionData<'a>
impl<'a> RefUnwindSafe for ConnectionData<'a>
impl<'a> Send for ConnectionData<'a>
impl<'a> Sync for ConnectionData<'a>
impl<'a> Unpin for ConnectionData<'a>
impl<'a> UnwindSafe for ConnectionData<'a>
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