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