Enum Ended
#[repr(u8)]pub enum Ended {
NOTENDED = 0,
ENDED = 1,
}
Expand description
End of operation
Variants§
Implementations§
Trait Implementations§
§impl Ord for Ended
impl Ord for Ended
§impl PartialOrd for Ended
impl PartialOrd for Ended
impl Copy for Ended
impl Eq for Ended
impl StructuralPartialEq for Ended
Auto Trait Implementations§
impl Freeze for Ended
impl RefUnwindSafe for Ended
impl Send for Ended
impl Sync for Ended
impl Unpin for Ended
impl UnwindSafe for Ended
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