pub struct HttpCargoConfig {
pub cainfo: Option<PathBuf>,
pub check_revoke: bool,
}Fields§
§cainfo: Option<PathBuf>§check_revoke: boolTrait Implementations§
Source§impl Clone for HttpCargoConfig
impl Clone for HttpCargoConfig
Source§fn clone(&self) -> HttpCargoConfig
fn clone(&self) -> HttpCargoConfig
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 HttpCargoConfig
impl Debug for HttpCargoConfig
Source§impl Hash for HttpCargoConfig
impl Hash for HttpCargoConfig
Source§impl Ord for HttpCargoConfig
impl Ord for HttpCargoConfig
Source§fn cmp(&self, other: &HttpCargoConfig) -> Ordering
fn cmp(&self, other: &HttpCargoConfig) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for HttpCargoConfig
impl PartialEq for HttpCargoConfig
Source§impl PartialOrd for HttpCargoConfig
impl PartialOrd for HttpCargoConfig
impl Eq for HttpCargoConfig
impl StructuralPartialEq for HttpCargoConfig
Auto Trait Implementations§
impl Freeze for HttpCargoConfig
impl RefUnwindSafe for HttpCargoConfig
impl Send for HttpCargoConfig
impl Sync for HttpCargoConfig
impl Unpin for HttpCargoConfig
impl UnwindSafe for HttpCargoConfig
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§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.