pub struct EBI { /* private fields */ }Expand description
EBI
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EBI
impl RefUnwindSafe for EBI
impl !Sync for EBI
impl Unpin for EBI
impl UnwindSafe for EBI
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