pub enum RE {
RE,
}Variants§
RE
Trait Implementations§
Source§impl Ord for RE
impl Ord for RE
Source§impl PartialOrd for RE
impl PartialOrd for RE
impl Copy for RE
impl Eq for RE
impl StructuralPartialEq for RE
Auto Trait Implementations§
impl Freeze for RE
impl RefUnwindSafe for RE
impl Send for RE
impl Sync for RE
impl Unpin for RE
impl UnwindSafe for RE
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