pub struct DownstreamAbnormalClose {
pub stream_id: Uuid,
}Fields§
§stream_id: UuidTrait Implementations§
Source§impl Clone for DownstreamAbnormalClose
impl Clone for DownstreamAbnormalClose
Source§fn clone(&self) -> DownstreamAbnormalClose
fn clone(&self) -> DownstreamAbnormalClose
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 DownstreamAbnormalClose
impl Debug for DownstreamAbnormalClose
impl Eq for DownstreamAbnormalClose
Source§impl From<DownstreamAbnormalClose> for ReceivableMetadata
impl From<DownstreamAbnormalClose> for ReceivableMetadata
Source§fn from(m: DownstreamAbnormalClose) -> Self
fn from(m: DownstreamAbnormalClose) -> Self
Converts to this type from the input type.
Source§impl PartialEq for DownstreamAbnormalClose
impl PartialEq for DownstreamAbnormalClose
impl StructuralPartialEq for DownstreamAbnormalClose
Auto Trait Implementations§
impl Freeze for DownstreamAbnormalClose
impl RefUnwindSafe for DownstreamAbnormalClose
impl Send for DownstreamAbnormalClose
impl Sync for DownstreamAbnormalClose
impl Unpin for DownstreamAbnormalClose
impl UnsafeUnpin for DownstreamAbnormalClose
impl UnwindSafe for DownstreamAbnormalClose
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