pub struct ConsoleRouteDiagnostic {
pub method: String,
pub path: String,
pub mux_pattern: Option<String>,
pub auth: String,
pub rate_limit: Option<String>,
pub contract_status: String,
pub operation_id: String,
pub owner: String,
pub group: String,
pub ui_coverage: Option<String>,
pub unsupported_reason: Option<String>,
}Fields§
§method: String§path: String§mux_pattern: Option<String>§auth: String§rate_limit: Option<String>§contract_status: String§operation_id: String§owner: String§group: String§ui_coverage: Option<String>§unsupported_reason: Option<String>Implementations§
Trait Implementations§
Source§impl Clone for ConsoleRouteDiagnostic
impl Clone for ConsoleRouteDiagnostic
Source§fn clone(&self) -> ConsoleRouteDiagnostic
fn clone(&self) -> ConsoleRouteDiagnostic
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 ConsoleRouteDiagnostic
impl Debug for ConsoleRouteDiagnostic
Source§impl Default for ConsoleRouteDiagnostic
impl Default for ConsoleRouteDiagnostic
Source§fn default() -> ConsoleRouteDiagnostic
fn default() -> ConsoleRouteDiagnostic
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ConsoleRouteDiagnostic
impl<'de> Deserialize<'de> for ConsoleRouteDiagnostic
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
Source§impl PartialEq for ConsoleRouteDiagnostic
impl PartialEq for ConsoleRouteDiagnostic
Source§fn eq(&self, other: &ConsoleRouteDiagnostic) -> bool
fn eq(&self, other: &ConsoleRouteDiagnostic) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ConsoleRouteDiagnostic
impl Serialize for ConsoleRouteDiagnostic
impl StructuralPartialEq for ConsoleRouteDiagnostic
Auto Trait Implementations§
impl Freeze for ConsoleRouteDiagnostic
impl RefUnwindSafe for ConsoleRouteDiagnostic
impl Send for ConsoleRouteDiagnostic
impl Sync for ConsoleRouteDiagnostic
impl Unpin for ConsoleRouteDiagnostic
impl UnsafeUnpin for ConsoleRouteDiagnostic
impl UnwindSafe for ConsoleRouteDiagnostic
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