Struct rustls_pki_types::Ipv6Addr
source · pub struct Ipv6Addr(/* private fields */);
Expand description
no_std
implementation of std::net::Ipv6Addr
.
Note: because we intend to replace this type with core::net::Ipv6Addr
as soon as it is
stabilized, the identity of this type should not be considered semver-stable. However, the
attached interfaces are stable; they form a subset of those provided by core::net::Ipv6Addr
.
Trait Implementations§
source§impl From<Ipv6Addr> for ServerName<'_>
impl From<Ipv6Addr> for ServerName<'_>
impl Copy for Ipv6Addr
impl Eq for Ipv6Addr
impl StructuralPartialEq for Ipv6Addr
Auto Trait Implementations§
impl Freeze for Ipv6Addr
impl RefUnwindSafe for Ipv6Addr
impl Send for Ipv6Addr
impl Sync for Ipv6Addr
impl Unpin for Ipv6Addr
impl UnwindSafe for Ipv6Addr
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)