pub enum StreamSinkEvent {
OnWillClose {
payload: StreamSinkOnWillCloseRequest,
},
}
Variants§
OnWillClose
Fields
§
payload: StreamSinkOnWillCloseRequest
Implementations§
Source§impl StreamSinkEvent
impl StreamSinkEvent
pub fn into_on_will_close(self) -> Option<StreamSinkOnWillCloseRequest>
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