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