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