pub struct RustOTSStream<'a> {
pub wr: &'a mut (dyn Wr + 'a),
pub error: Option<Error>,
}
Fields§
§wr: &'a mut (dyn Wr + 'a)
§error: Option<Error>
Auto Trait Implementations§
impl<'a> Freeze for RustOTSStream<'a>
impl<'a> !RefUnwindSafe for RustOTSStream<'a>
impl<'a> !Send for RustOTSStream<'a>
impl<'a> !Sync for RustOTSStream<'a>
impl<'a> Unpin for RustOTSStream<'a>
impl<'a> !UnwindSafe for RustOTSStream<'a>
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