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