pub struct Bi;Expand description
Bidirectional stream type.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Bi
impl RefUnwindSafe for Bi
impl Send for Bi
impl Sync for Bi
impl Unpin for Bi
impl UnwindSafe for Bi
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