pub enum ProxyCommand {
Local,
Proxy,
}
Variants§
Trait Implementations§
Source§impl Clone for ProxyCommand
impl Clone for ProxyCommand
Source§fn clone(&self) -> ProxyCommand
fn clone(&self) -> ProxyCommand
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 ProxyCommand
impl Debug for ProxyCommand
Source§impl Hash for ProxyCommand
impl Hash for ProxyCommand
Source§impl PartialEq for ProxyCommand
impl PartialEq for ProxyCommand
impl Copy for ProxyCommand
impl Eq for ProxyCommand
impl StructuralPartialEq for ProxyCommand
Auto Trait Implementations§
impl Freeze for ProxyCommand
impl RefUnwindSafe for ProxyCommand
impl Send for ProxyCommand
impl Sync for ProxyCommand
impl Unpin for ProxyCommand
impl UnwindSafe for ProxyCommand
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