pub struct Eps;
Expand description
End of communication session (epsilon)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Eps
impl RefUnwindSafe for Eps
impl Send for Eps
impl Sync for Eps
impl Unpin for Eps
impl UnwindSafe for Eps
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