enum status_t {
    EMPTY,
    BOUNDED,
    UNBOUNDED,
}Variants§
Trait Implementations§
impl Copy for status_t
impl Eq for status_t
impl StructuralPartialEq for status_t
Auto Trait Implementations§
impl Freeze for status_t
impl RefUnwindSafe for status_t
impl Send for status_t
impl Sync for status_t
impl Unpin for status_t
impl UnwindSafe for status_t
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