pub enum Egress {
Open,
Closed,
}Expand description
Whether outbound dials are confined to the service catalog.
Variants§
Trait Implementations§
impl Copy for Egress
Source§impl<'de> Deserialize<'de> for Egress
impl<'de> Deserialize<'de> for Egress
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
impl Eq for Egress
impl StructuralPartialEq for Egress
Auto Trait Implementations§
impl Freeze for Egress
impl RefUnwindSafe for Egress
impl Send for Egress
impl Sync for Egress
impl Unpin for Egress
impl UnsafeUnpin for Egress
impl UnwindSafe for Egress
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