Struct iscp::message::UpstreamAbnormalClose
source · pub struct UpstreamAbnormalClose {
pub stream_id: Uuid,
pub session_id: String,
}Expand description
あるアップストリームが異常切断したことを知らせるメタデータです。
Fields§
§stream_id: UuidストリームID
session_id: StringセッションID
Trait Implementations§
source§impl Clone for UpstreamAbnormalClose
impl Clone for UpstreamAbnormalClose
source§fn clone(&self) -> UpstreamAbnormalClose
fn clone(&self) -> UpstreamAbnormalClose
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 UpstreamAbnormalClose
impl Debug for UpstreamAbnormalClose
source§impl Default for UpstreamAbnormalClose
impl Default for UpstreamAbnormalClose
source§fn default() -> UpstreamAbnormalClose
fn default() -> UpstreamAbnormalClose
Returns the “default value” for a type. Read more
source§impl From<UpstreamAbnormalClose> for UpstreamAbnormalClose
impl From<UpstreamAbnormalClose> for UpstreamAbnormalClose
source§fn from(c: UpstreamAbnormalClose) -> Self
fn from(c: UpstreamAbnormalClose) -> Self
Converts to this type from the input type.
source§impl From<UpstreamAbnormalClose> for UpstreamAbnormalClose
impl From<UpstreamAbnormalClose> for UpstreamAbnormalClose
source§fn from(c: UpstreamAbnormalClose) -> Self
fn from(c: UpstreamAbnormalClose) -> Self
Converts to this type from the input type.
source§impl PartialEq for UpstreamAbnormalClose
impl PartialEq for UpstreamAbnormalClose
source§fn eq(&self, other: &UpstreamAbnormalClose) -> bool
fn eq(&self, other: &UpstreamAbnormalClose) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for UpstreamAbnormalClose
Auto Trait Implementations§
impl RefUnwindSafe for UpstreamAbnormalClose
impl Send for UpstreamAbnormalClose
impl Sync for UpstreamAbnormalClose
impl Unpin for UpstreamAbnormalClose
impl UnwindSafe for UpstreamAbnormalClose
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