pub struct DStream { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DStream
impl RefUnwindSafe for DStream
impl !Sync for DStream
impl Unpin for DStream
impl UnsafeUnpin for DStream
impl UnwindSafe for DStream
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