pub enum EApiVersion {
EApi0,
}Expand description
Ebuild API versions
Contains implemented and supported Ebuild API versions
Variants§
EApi0
Auto Trait Implementations§
impl Freeze for EApiVersion
impl RefUnwindSafe for EApiVersion
impl Send for EApiVersion
impl Sync for EApiVersion
impl Unpin for EApiVersion
impl UnwindSafe for EApiVersion
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