#[repr(u8)]pub enum BwtErr {
BWT_ERR_NO = 0,
BWT_ERR_YES = 1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Ord for BwtErr
impl Ord for BwtErr
Source§impl PartialOrd for BwtErr
impl PartialOrd for BwtErr
impl Copy for BwtErr
impl Eq for BwtErr
impl StructuralPartialEq for BwtErr
Auto Trait Implementations§
impl Freeze for BwtErr
impl RefUnwindSafe for BwtErr
impl Send for BwtErr
impl Sync for BwtErr
impl Unpin for BwtErr
impl UnwindSafe for BwtErr
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