pub struct EOI;Trait Implementations§
impl StructuralPartialEq for EOI
Auto Trait Implementations§
impl Freeze for EOI
impl RefUnwindSafe for EOI
impl Send for EOI
impl Sync for EOI
impl Unpin for EOI
impl UnwindSafe for EOI
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