Struct xwt_core::utils::dummy::OpeningUniStream
source · pub struct OpeningUniStream<T: Streams>(pub T::SendStream);
Tuple Fields§
§0: T::SendStream
Trait Implementations§
source§impl<T: Debug + Streams> Debug for OpeningUniStream<T>where
T::SendStream: Debug,
impl<T: Debug + Streams> Debug for OpeningUniStream<T>where
T::SendStream: Debug,
Auto Trait Implementations§
impl<T> RefUnwindSafe for OpeningUniStream<T>
impl<T> Send for OpeningUniStream<T>
impl<T> Sync for OpeningUniStream<T>
impl<T> Unpin for OpeningUniStream<T>
impl<T> UnwindSafe for OpeningUniStream<T>
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