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