pub enum StreamSuspenderEvent {
OnSuspended {},
}
Variants§
OnSuspended
Implementations§
source§impl StreamSuspenderEvent
impl StreamSuspenderEvent
pub fn into_on_suspended(self) -> Option<()>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StreamSuspenderEvent
impl RefUnwindSafe for StreamSuspenderEvent
impl Send for StreamSuspenderEvent
impl Sync for StreamSuspenderEvent
impl Unpin for StreamSuspenderEvent
impl UnwindSafe for StreamSuspenderEvent
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