pub enum Phase {
Dead,
Establish,
Auth,
Network,
Open,
}Expand description
Phase of the PPP connection.
Variants§
Dead
Dead, not connected.
Establish
Establishing initial connection.
Auth
Authenticating with e.g. PAP.
Network
Negotiating network parameters, with e.g. IPv4CP
Open
Connection is open, all layers are setup.
Trait Implementations§
source§impl Ord for Phase
impl Ord for Phase
source§impl PartialOrd for Phase
impl PartialOrd for Phase
impl Copy for Phase
impl Eq for Phase
impl StructuralPartialEq for Phase
Auto Trait Implementations§
impl Freeze for Phase
impl RefUnwindSafe for Phase
impl Send for Phase
impl Sync for Phase
impl Unpin for Phase
impl UnwindSafe for Phase
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)