pub struct EventSourceOp;Expand description
Marker struct.
Auto Trait Implementations§
impl Freeze for EventSourceOp
impl RefUnwindSafe for EventSourceOp
impl Send for EventSourceOp
impl Sync for EventSourceOp
impl Unpin for EventSourceOp
impl UnsafeUnpin for EventSourceOp
impl UnwindSafe for EventSourceOp
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