pub struct AsRoutingConsistencyResponse {
pub prefixes: Vec<AsRoutingConsistencyPrefix>,
pub imports: Vec<Import>,
pub exports: Vec<Export>,
pub authority: String,
pub resource: String,
pub parameters: AsRoutingConsistencyParameters,
pub query_starttime: String,
pub query_endtime: String,
}Fields§
§prefixes: Vec<AsRoutingConsistencyPrefix>§imports: Vec<Import>§exports: Vec<Export>§resource: String§parameters: AsRoutingConsistencyParameters§query_starttime: String§query_endtime: StringTrait Implementations§
Source§impl Clone for AsRoutingConsistencyResponse
impl Clone for AsRoutingConsistencyResponse
Source§fn clone(&self) -> AsRoutingConsistencyResponse
fn clone(&self) -> AsRoutingConsistencyResponse
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 AsRoutingConsistencyResponse
impl Debug for AsRoutingConsistencyResponse
Source§impl Default for AsRoutingConsistencyResponse
impl Default for AsRoutingConsistencyResponse
Source§fn default() -> AsRoutingConsistencyResponse
fn default() -> AsRoutingConsistencyResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AsRoutingConsistencyResponse
impl<'de> Deserialize<'de> for AsRoutingConsistencyResponse
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 AsRoutingConsistencyResponse
impl PartialEq for AsRoutingConsistencyResponse
Source§fn eq(&self, other: &AsRoutingConsistencyResponse) -> bool
fn eq(&self, other: &AsRoutingConsistencyResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AsRoutingConsistencyResponse
Auto Trait Implementations§
impl Freeze for AsRoutingConsistencyResponse
impl RefUnwindSafe for AsRoutingConsistencyResponse
impl Send for AsRoutingConsistencyResponse
impl Sync for AsRoutingConsistencyResponse
impl Unpin for AsRoutingConsistencyResponse
impl UnsafeUnpin for AsRoutingConsistencyResponse
impl UnwindSafe for AsRoutingConsistencyResponse
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