pub enum TransportParamEventType {
Sent,
Received,
Negotiated,
Rejected,
Invalid,
}Expand description
Transport parameter event types
Variants§
Trait Implementations§
Source§impl Clone for TransportParamEventType
impl Clone for TransportParamEventType
Source§fn clone(&self) -> TransportParamEventType
fn clone(&self) -> TransportParamEventType
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 TransportParamEventType
impl Debug for TransportParamEventType
impl Copy for TransportParamEventType
Auto Trait Implementations§
impl Freeze for TransportParamEventType
impl RefUnwindSafe for TransportParamEventType
impl Send for TransportParamEventType
impl Sync for TransportParamEventType
impl Unpin for TransportParamEventType
impl UnwindSafe for TransportParamEventType
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