pub struct IPV6Endpoint { /* private fields */ }Trait Implementations§
Source§impl Clone for IPV6Endpoint
impl Clone for IPV6Endpoint
Source§fn clone(&self) -> IPV6Endpoint
fn clone(&self) -> IPV6Endpoint
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for IPV6Endpoint
impl Debug for IPV6Endpoint
Source§impl<'de> Deserialize<'de> for IPV6Endpoint
impl<'de> Deserialize<'de> for IPV6Endpoint
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Pack for IPV6Endpoint
impl Pack for IPV6Endpoint
Source§impl Serialize for IPV6Endpoint
impl Serialize for IPV6Endpoint
Source§impl ToSchema for IPV6Endpoint
impl ToSchema for IPV6Endpoint
fn schema(builder: &mut SchemaBuilder) -> AnyType
Source§impl<'a> Unpack<'a> for IPV6Endpoint
impl<'a> Unpack<'a> for IPV6Endpoint
Source§fn unpack(src: &mut FracInputStream<'a>) -> Result<Self>
fn unpack(src: &mut FracInputStream<'a>) -> Result<Self>
Convert from fracpack format. Also verifies the integrity of the data. Read more
Source§fn verify(src: &mut FracInputStream<'_>) -> Result<()>
fn verify(src: &mut FracInputStream<'_>) -> Result<()>
Verify the integrity of fracpack data. You don’t need to call this if
using [Pack::unpack] since it verifies integrity during unpack.
Auto Trait Implementations§
impl Freeze for IPV6Endpoint
impl RefUnwindSafe for IPV6Endpoint
impl Send for IPV6Endpoint
impl Sync for IPV6Endpoint
impl Unpin for IPV6Endpoint
impl UnsafeUnpin for IPV6Endpoint
impl UnwindSafe for IPV6Endpoint
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