Struct async_session_types::Eps
source · [−]pub struct Eps;
Expand description
End of communication session (epsilon)
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Eps
impl Send for Eps
impl Sync for Eps
impl Unpin for Eps
impl UnwindSafe for Eps
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more