pub enum IngressCapability {
Disabled,
Enabled,
}Variants§
Trait Implementations§
Source§impl Clone for IngressCapability
impl Clone for IngressCapability
Source§fn clone(&self) -> IngressCapability
fn clone(&self) -> IngressCapability
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 moreimpl Copy for IngressCapability
Source§impl Debug for IngressCapability
impl Debug for IngressCapability
impl Eq for IngressCapability
Source§impl PartialEq for IngressCapability
impl PartialEq for IngressCapability
impl StructuralPartialEq for IngressCapability
Auto Trait Implementations§
impl Freeze for IngressCapability
impl RefUnwindSafe for IngressCapability
impl Send for IngressCapability
impl Sync for IngressCapability
impl Unpin for IngressCapability
impl UnsafeUnpin for IngressCapability
impl UnwindSafe for IngressCapability
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