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