pub struct StreamTypeComponent;Auto Trait Implementations§
impl Freeze for StreamTypeComponent
impl RefUnwindSafe for StreamTypeComponent
impl Send for StreamTypeComponent
impl Sync for StreamTypeComponent
impl Unpin for StreamTypeComponent
impl UnwindSafe for StreamTypeComponent
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