#[repr(u8)]pub enum IsEnd {
No = 0,
Yes = 4,
}Variants§
Trait Implementations§
impl Copy for IsEnd
impl StructuralPartialEq for IsEnd
Auto Trait Implementations§
impl Freeze for IsEnd
impl RefUnwindSafe for IsEnd
impl Send for IsEnd
impl Sync for IsEnd
impl Unpin for IsEnd
impl UnwindSafe for IsEnd
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