pub struct ProviderReadinessV1 {
pub configured: bool,
pub executable: bool,
pub native_tool_loop_executable: bool,
pub route_label: String,
pub reason_codes: Vec<String>,
}Fields§
§configured: bool§executable: bool§native_tool_loop_executable: bool§route_label: String§reason_codes: Vec<String>Trait Implementations§
Source§impl Clone for ProviderReadinessV1
impl Clone for ProviderReadinessV1
Source§fn clone(&self) -> ProviderReadinessV1
fn clone(&self) -> ProviderReadinessV1
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 ProviderReadinessV1
impl Debug for ProviderReadinessV1
impl Eq for ProviderReadinessV1
Source§impl PartialEq for ProviderReadinessV1
impl PartialEq for ProviderReadinessV1
Source§fn eq(&self, other: &ProviderReadinessV1) -> bool
fn eq(&self, other: &ProviderReadinessV1) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ProviderReadinessV1
Auto Trait Implementations§
impl Freeze for ProviderReadinessV1
impl RefUnwindSafe for ProviderReadinessV1
impl Send for ProviderReadinessV1
impl Sync for ProviderReadinessV1
impl Unpin for ProviderReadinessV1
impl UnsafeUnpin for ProviderReadinessV1
impl UnwindSafe for ProviderReadinessV1
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