pub enum BERRW {
NOERROR,
ERROR,
}
Expand description
Values that can be written to the field BERR
Variants§
Auto Trait Implementations§
impl Freeze for BERRW
impl RefUnwindSafe for BERRW
impl Send for BERRW
impl Sync for BERRW
impl Unpin for BERRW
impl UnwindSafe for BERRW
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