pub struct IrohStreamWriter(pub SendStream);Tuple Fields§
§0: SendStreamTrait Implementations§
Source§impl AsyncStreamWriter for IrohStreamWriter
impl AsyncStreamWriter for IrohStreamWriter
Auto Trait Implementations§
impl Freeze for IrohStreamWriter
impl RefUnwindSafe for IrohStreamWriter
impl Send for IrohStreamWriter
impl Sync for IrohStreamWriter
impl Unpin for IrohStreamWriter
impl UnwindSafe for IrohStreamWriter
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