pub enum ProcessInboundConnectionState {
Bound,
Existing,
Closed,
}
Variants§
Trait Implementations§
Source§impl From<ProcessInboundConnectionState> for u32
impl From<ProcessInboundConnectionState> for u32
Source§fn from(p: ProcessInboundConnectionState) -> u32
fn from(p: ProcessInboundConnectionState) -> u32
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for ProcessInboundConnectionState
impl RefUnwindSafe for ProcessInboundConnectionState
impl Send for ProcessInboundConnectionState
impl Sync for ProcessInboundConnectionState
impl Unpin for ProcessInboundConnectionState
impl UnwindSafe for ProcessInboundConnectionState
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