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