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