pub enum StreamConfigEvent {}
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StreamConfigEvent
impl RefUnwindSafe for StreamConfigEvent
impl Send for StreamConfigEvent
impl Sync for StreamConfigEvent
impl Unpin for StreamConfigEvent
impl UnwindSafe for StreamConfigEvent
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