pub struct EgressLandscape { /* private fields */ }Expand description
Represents a collection of uniquely named Egress definitions.
Implementations§
Source§impl EgressLandscape
impl EgressLandscape
Sourcepub fn contains(&self, name: impl AsRef<str>) -> bool
pub fn contains(&self, name: impl AsRef<str>) -> bool
Reports whether this landscape contains a Egress with the
given unique name.
Trait Implementations§
Source§impl AsRef<EgressLandscape> for EgressLandscape
impl AsRef<EgressLandscape> for EgressLandscape
Source§fn as_ref(&self) -> &EgressLandscape
fn as_ref(&self) -> &EgressLandscape
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl Clone for EgressLandscape
impl Clone for EgressLandscape
Source§fn clone(&self) -> EgressLandscape
fn clone(&self) -> EgressLandscape
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 EgressLandscape
impl Debug for EgressLandscape
Source§impl Default for EgressLandscape
impl Default for EgressLandscape
Source§fn default() -> EgressLandscape
fn default() -> EgressLandscape
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for EgressLandscape
impl<'de> Deserialize<'de> for EgressLandscape
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<S> FromIterator<(S, Egress)> for EgressLandscape
impl<S> FromIterator<(S, Egress)> for EgressLandscape
Source§impl PartialEq for EgressLandscape
impl PartialEq for EgressLandscape
impl Eq for EgressLandscape
impl StructuralPartialEq for EgressLandscape
Auto Trait Implementations§
impl Freeze for EgressLandscape
impl RefUnwindSafe for EgressLandscape
impl Send for EgressLandscape
impl Sync for EgressLandscape
impl Unpin for EgressLandscape
impl UnwindSafe for EgressLandscape
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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