pub struct ExitCode(_);
Implementations§
Trait Implementations§
source§impl Ord for ExitCode
impl Ord for ExitCode
source§impl PartialEq<ExitCode> for ExitCode
impl PartialEq<ExitCode> for ExitCode
source§impl PartialOrd<ExitCode> for ExitCode
impl PartialOrd<ExitCode> for ExitCode
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moresource§impl Termination for ExitCode
impl Termination for ExitCode
impl Copy for ExitCode
impl Eq for ExitCode
impl StructuralEq for ExitCode
impl StructuralPartialEq for ExitCode
Auto Trait Implementations§
impl RefUnwindSafe for ExitCode
impl Send for ExitCode
impl Sync for ExitCode
impl Unpin for ExitCode
impl UnwindSafe for ExitCode
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