pub struct ChannelAddressPlanFacts {
pub server_candidates: Vec<ChannelAddressCandidate>,
pub concurrency_fallback: Vec<String>,
pub guaranteed_candidates: Vec<String>,
pub anti_ddos: Option<String>,
pub emergency_fallback: Option<String>,
pub forced: Option<String>,
pub rotation: usize,
pub backup_endpoints: BTreeMap<String, String>,
}Fields§
§server_candidates: Vec<ChannelAddressCandidate>§concurrency_fallback: Vec<String>§guaranteed_candidates: Vec<String>§anti_ddos: Option<String>§emergency_fallback: Option<String>§forced: Option<String>§rotation: usize§backup_endpoints: BTreeMap<String, String>Trait Implementations§
Source§impl Clone for ChannelAddressPlanFacts
impl Clone for ChannelAddressPlanFacts
Source§fn clone(&self) -> ChannelAddressPlanFacts
fn clone(&self) -> ChannelAddressPlanFacts
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 ChannelAddressPlanFacts
impl Debug for ChannelAddressPlanFacts
impl Eq for ChannelAddressPlanFacts
Source§impl PartialEq for ChannelAddressPlanFacts
impl PartialEq for ChannelAddressPlanFacts
Source§fn eq(&self, other: &ChannelAddressPlanFacts) -> bool
fn eq(&self, other: &ChannelAddressPlanFacts) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ChannelAddressPlanFacts
Auto Trait Implementations§
impl Freeze for ChannelAddressPlanFacts
impl RefUnwindSafe for ChannelAddressPlanFacts
impl Send for ChannelAddressPlanFacts
impl Sync for ChannelAddressPlanFacts
impl Unpin for ChannelAddressPlanFacts
impl UnsafeUnpin for ChannelAddressPlanFacts
impl UnwindSafe for ChannelAddressPlanFacts
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,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.