Enum sysreq::SystemHttpClient
source · [−]#[non_exhaustive]
pub enum SystemHttpClient {
wget,
cURL,
PowerShell,
}Expand description
System HTTP clients supported by sysreq
Variants (Non-exhaustive)
This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
wget
cURL
PowerShell
Trait Implementations
sourceimpl Clone for SystemHttpClient
impl Clone for SystemHttpClient
sourcefn clone(&self) -> SystemHttpClient
fn clone(&self) -> SystemHttpClient
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for SystemHttpClient
impl Debug for SystemHttpClient
sourceimpl PartialEq<SystemHttpClient> for SystemHttpClient
impl PartialEq<SystemHttpClient> for SystemHttpClient
sourcefn eq(&self, other: &SystemHttpClient) -> bool
fn eq(&self, other: &SystemHttpClient) -> bool
impl Copy for SystemHttpClient
impl Eq for SystemHttpClient
impl StructuralEq for SystemHttpClient
impl StructuralPartialEq for SystemHttpClient
Auto Trait Implementations
impl RefUnwindSafe for SystemHttpClient
impl Send for SystemHttpClient
impl Sync for SystemHttpClient
impl Unpin for SystemHttpClient
impl UnwindSafe for SystemHttpClient
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more