pub struct EvenPort(/* private fields */);Expand description
EVEN-PORT attribute.
See RFC 5766 – 14.6. EVEN-PORT about this attribute.
Implementations§
Trait Implementations§
Source§impl Attribute for EvenPort
impl Attribute for EvenPort
Source§type Decoder = EvenPortDecoder
type Decoder = EvenPortDecoder
The decoder of the value part of the attribute.
Source§type Encoder = EvenPortEncoder
type Encoder = EvenPortEncoder
The encoder of the value part of the attribute.
Source§fn get_type(&self) -> AttributeType
fn get_type(&self) -> AttributeType
Returns the type of the attribute.
impl Eq for EvenPort
impl StructuralPartialEq for EvenPort
Auto Trait Implementations§
impl Freeze for EvenPort
impl RefUnwindSafe for EvenPort
impl Send for EvenPort
impl Sync for EvenPort
impl Unpin for EvenPort
impl UnwindSafe for EvenPort
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