pub struct StopStreamEndpoint { /* private fields */ }Expand description
Macro Generated Marker Type
Trait Implementations§
Source§impl Endpoint for StopStreamEndpoint
impl Endpoint for StopStreamEndpoint
Auto Trait Implementations§
impl Freeze for StopStreamEndpoint
impl RefUnwindSafe for StopStreamEndpoint
impl Send for StopStreamEndpoint
impl Sync for StopStreamEndpoint
impl Unpin for StopStreamEndpoint
impl UnwindSafe for StopStreamEndpoint
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