pub struct UpstreamAbnormalClose {
pub stream_id: Uuid,
pub session_id: String,
}Fields§
§stream_id: Uuid§session_id: StringTrait Implementations§
Source§impl Clone for UpstreamAbnormalClose
impl Clone for UpstreamAbnormalClose
Source§fn clone(&self) -> UpstreamAbnormalClose
fn clone(&self) -> UpstreamAbnormalClose
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 UpstreamAbnormalClose
impl Debug for UpstreamAbnormalClose
impl Eq for UpstreamAbnormalClose
Source§impl From<UpstreamAbnormalClose> for ReceivableMetadata
impl From<UpstreamAbnormalClose> for ReceivableMetadata
Source§fn from(m: UpstreamAbnormalClose) -> Self
fn from(m: UpstreamAbnormalClose) -> Self
Converts to this type from the input type.
Source§impl PartialEq for UpstreamAbnormalClose
impl PartialEq for UpstreamAbnormalClose
impl StructuralPartialEq for UpstreamAbnormalClose
Auto Trait Implementations§
impl Freeze for UpstreamAbnormalClose
impl RefUnwindSafe for UpstreamAbnormalClose
impl Send for UpstreamAbnormalClose
impl Sync for UpstreamAbnormalClose
impl Unpin for UpstreamAbnormalClose
impl UnsafeUnpin for UpstreamAbnormalClose
impl UnwindSafe for UpstreamAbnormalClose
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