#[repr(u8)]pub enum AnnounceEgressOutcome {
Enqueued = 0,
InterfaceUnavailable = 1,
LaneFull = 2,
LaneMissing = 3,
IfacRejected = 4,
PacerRejected = 5,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for AnnounceEgressOutcome
impl Clone for AnnounceEgressOutcome
Source§fn clone(&self) -> AnnounceEgressOutcome
fn clone(&self) -> AnnounceEgressOutcome
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 AnnounceEgressOutcome
Source§impl Debug for AnnounceEgressOutcome
impl Debug for AnnounceEgressOutcome
impl Eq for AnnounceEgressOutcome
Source§impl PartialEq for AnnounceEgressOutcome
impl PartialEq for AnnounceEgressOutcome
impl StructuralPartialEq for AnnounceEgressOutcome
Auto Trait Implementations§
impl Freeze for AnnounceEgressOutcome
impl RefUnwindSafe for AnnounceEgressOutcome
impl Send for AnnounceEgressOutcome
impl Sync for AnnounceEgressOutcome
impl Unpin for AnnounceEgressOutcome
impl UnsafeUnpin for AnnounceEgressOutcome
impl UnwindSafe for AnnounceEgressOutcome
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