pub struct SecondaryResponse {
pub smarty_key: String,
pub root_address: RootAddress,
pub aliases: Vec<Alias>,
pub secondaries: Vec<Secondary>,
}
Fields§
§smarty_key: String
§root_address: RootAddress
§aliases: Vec<Alias>
§secondaries: Vec<Secondary>
Trait Implementations§
Source§impl Clone for SecondaryResponse
impl Clone for SecondaryResponse
Source§fn clone(&self) -> SecondaryResponse
fn clone(&self) -> SecondaryResponse
Returns a duplicate of the value. Read more
1.0.0 · 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 SecondaryResponse
impl Debug for SecondaryResponse
Source§impl Default for SecondaryResponse
impl Default for SecondaryResponse
Source§fn default() -> SecondaryResponse
fn default() -> SecondaryResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SecondaryResponsewhere
SecondaryResponse: Default,
impl<'de> Deserialize<'de> for SecondaryResponsewhere
SecondaryResponse: Default,
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 EnrichmentResponse for SecondaryResponse
impl EnrichmentResponse for SecondaryResponse
fn lookup_type() -> &'static str
Source§impl PartialEq for SecondaryResponse
impl PartialEq for SecondaryResponse
Source§impl Serialize for SecondaryResponse
impl Serialize for SecondaryResponse
impl StructuralPartialEq for SecondaryResponse
Auto Trait Implementations§
impl Freeze for SecondaryResponse
impl RefUnwindSafe for SecondaryResponse
impl Send for SecondaryResponse
impl Sync for SecondaryResponse
impl Unpin for SecondaryResponse
impl UnwindSafe for SecondaryResponse
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