pub enum Eta {
Two,
Four,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Eta
impl RefUnwindSafe for Eta
impl Send for Eta
impl Sync for Eta
impl Unpin for Eta
impl UnwindSafe for Eta
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