pub struct BiLocal(/* private fields */);Expand description
Local-initialized bi-directional stream type.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BiLocal
impl RefUnwindSafe for BiLocal
impl Send for BiLocal
impl Sync for BiLocal
impl Unpin for BiLocal
impl UnwindSafe for BiLocal
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