pub struct EApi0impl;Expand description
Ebulid API #0 implementation
Trait Implementations§
Source§impl EApi for EApi0impl
impl EApi for EApi0impl
fn get_eapi_version(&self) -> EApiVersion
fn get_info(&self) -> Box<dyn EApiInfo>
impl EApi0 for EApi0impl
Auto Trait Implementations§
impl Freeze for EApi0impl
impl RefUnwindSafe for EApi0impl
impl Send for EApi0impl
impl Sync for EApi0impl
impl Unpin for EApi0impl
impl UnwindSafe for EApi0impl
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