pub struct TryServerStreaming;
Expand description
Fallible server streaming interaction pattern.
Trait Implementations§
Source§impl Clone for TryServerStreaming
impl Clone for TryServerStreaming
Source§fn clone(&self) -> TryServerStreaming
fn clone(&self) -> TryServerStreaming
Returns a copy 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 Debug for TryServerStreaming
impl Debug for TryServerStreaming
impl Copy for TryServerStreaming
impl InteractionPattern for TryServerStreaming
Auto Trait Implementations§
impl Freeze for TryServerStreaming
impl RefUnwindSafe for TryServerStreaming
impl Send for TryServerStreaming
impl Sync for TryServerStreaming
impl Unpin for TryServerStreaming
impl UnwindSafe for TryServerStreaming
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)