pub struct SystemProxyCapabilityReport {
pub capability: SystemProxyCapability,
pub status: SystemProxyStatus,
}Expand description
A single capability check result.
Fields§
§capability: SystemProxyCapability§status: SystemProxyStatusTrait Implementations§
Source§impl Clone for SystemProxyCapabilityReport
impl Clone for SystemProxyCapabilityReport
Source§fn clone(&self) -> SystemProxyCapabilityReport
fn clone(&self) -> SystemProxyCapabilityReport
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 SystemProxyCapabilityReport
impl Debug for SystemProxyCapabilityReport
Source§impl<'de> Deserialize<'de> for SystemProxyCapabilityReport
impl<'de> Deserialize<'de> for SystemProxyCapabilityReport
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for SystemProxyCapabilityReport
impl StructuralPartialEq for SystemProxyCapabilityReport
Auto Trait Implementations§
impl Freeze for SystemProxyCapabilityReport
impl RefUnwindSafe for SystemProxyCapabilityReport
impl Send for SystemProxyCapabilityReport
impl Sync for SystemProxyCapabilityReport
impl Unpin for SystemProxyCapabilityReport
impl UnsafeUnpin for SystemProxyCapabilityReport
impl UnwindSafe for SystemProxyCapabilityReport
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