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