pub enum NetworkBootResult {
Skipped,
}Expand description
Result of network initialization for bootstrap phase
DEPRECATED: Network initialization now happens post-ExitBootServices. This enum is kept for API compatibility but Success variant won’t be returned.
Variants§
Skipped
Network initialization skipped/deferred to download time
Auto Trait Implementations§
impl Freeze for NetworkBootResult
impl RefUnwindSafe for NetworkBootResult
impl Send for NetworkBootResult
impl Sync for NetworkBootResult
impl Unpin for NetworkBootResult
impl UnwindSafe for NetworkBootResult
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