pub struct NormalizedServiceNetwork {
pub aliases: Vec<String>,
}Expand description
Canonical per-service network settings.
Fields§
§aliases: Vec<String>Validated, sorted, deduplicated DNS aliases.
Trait Implementations§
Source§impl Clone for NormalizedServiceNetwork
impl Clone for NormalizedServiceNetwork
Source§fn clone(&self) -> NormalizedServiceNetwork
fn clone(&self) -> NormalizedServiceNetwork
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 NormalizedServiceNetwork
impl Debug for NormalizedServiceNetwork
impl Eq for NormalizedServiceNetwork
Source§impl PartialEq for NormalizedServiceNetwork
impl PartialEq for NormalizedServiceNetwork
Source§impl Serialize for NormalizedServiceNetwork
impl Serialize for NormalizedServiceNetwork
impl StructuralPartialEq for NormalizedServiceNetwork
Auto Trait Implementations§
impl Freeze for NormalizedServiceNetwork
impl RefUnwindSafe for NormalizedServiceNetwork
impl Send for NormalizedServiceNetwork
impl Sync for NormalizedServiceNetwork
impl Unpin for NormalizedServiceNetwork
impl UnsafeUnpin for NormalizedServiceNetwork
impl UnwindSafe for NormalizedServiceNetwork
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.