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