pub struct TLSEndpoint {
pub endpoint_id: Option<u8>,
pub hostname: Option<Vec<u8>>,
pub port: Option<u16>,
pub caid: Option<u8>,
pub ccdid: Option<u8>,
pub reference_count: Option<u8>,
}Fields§
§endpoint_id: Option<u8>§hostname: Option<Vec<u8>>§port: Option<u16>§caid: Option<u8>§ccdid: Option<u8>§reference_count: Option<u8>Trait Implementations§
Source§impl Debug for TLSEndpoint
impl Debug for TLSEndpoint
Auto Trait Implementations§
impl Freeze for TLSEndpoint
impl RefUnwindSafe for TLSEndpoint
impl Send for TLSEndpoint
impl Sync for TLSEndpoint
impl Unpin for TLSEndpoint
impl UnwindSafe for TLSEndpoint
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