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