pub enum RunNetwork {
Default,
None,
Host,
}Variants§
Trait Implementations§
Source§impl Clone for RunNetwork
impl Clone for RunNetwork
Source§fn clone(&self) -> RunNetwork
fn clone(&self) -> RunNetwork
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RunNetwork
impl Debug for RunNetwork
Auto Trait Implementations§
impl Freeze for RunNetwork
impl RefUnwindSafe for RunNetwork
impl Send for RunNetwork
impl Sync for RunNetwork
impl Unpin for RunNetwork
impl UnwindSafe for RunNetwork
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