pub struct SseTransportHandle { /* private fields */ }Trait Implementations§
Source§impl Clone for SseTransportHandle
impl Clone for SseTransportHandle
Source§fn clone(&self) -> SseTransportHandle
fn clone(&self) -> SseTransportHandle
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl TransportHandle for SseTransportHandle
impl TransportHandle for SseTransportHandle
Auto Trait Implementations§
impl Freeze for SseTransportHandle
impl RefUnwindSafe for SseTransportHandle
impl Send for SseTransportHandle
impl Sync for SseTransportHandle
impl Unpin for SseTransportHandle
impl UnwindSafe for SseTransportHandle
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