Struct iscp::message::DownstreamAbnormalClose
source · pub struct DownstreamAbnormalClose {
pub stream_id: Uuid,
}Expand description
あるダウンストリームが異常切断したことを知らせるメタデータです。
Fields
stream_id: UuidストリームID
Trait Implementations
sourceimpl Clone for DownstreamAbnormalClose
impl Clone for DownstreamAbnormalClose
sourcefn clone(&self) -> DownstreamAbnormalClose
fn clone(&self) -> DownstreamAbnormalClose
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for DownstreamAbnormalClose
impl Debug for DownstreamAbnormalClose
sourceimpl Default for DownstreamAbnormalClose
impl Default for DownstreamAbnormalClose
sourcefn default() -> DownstreamAbnormalClose
fn default() -> DownstreamAbnormalClose
Returns the “default value” for a type. Read more
sourceimpl From<DownstreamAbnormalClose> for DownstreamAbnormalClose
impl From<DownstreamAbnormalClose> for DownstreamAbnormalClose
sourcefn from(c: DownstreamAbnormalClose) -> Self
fn from(c: DownstreamAbnormalClose) -> Self
Converts to this type from the input type.
sourceimpl From<DownstreamAbnormalClose> for DownstreamAbnormalClose
impl From<DownstreamAbnormalClose> for DownstreamAbnormalClose
sourcefn from(c: DownstreamAbnormalClose) -> Self
fn from(c: DownstreamAbnormalClose) -> Self
Converts to this type from the input type.
sourceimpl PartialEq<DownstreamAbnormalClose> for DownstreamAbnormalClose
impl PartialEq<DownstreamAbnormalClose> for DownstreamAbnormalClose
sourcefn eq(&self, other: &DownstreamAbnormalClose) -> bool
fn eq(&self, other: &DownstreamAbnormalClose) -> bool
impl StructuralPartialEq for DownstreamAbnormalClose
Auto Trait Implementations
impl RefUnwindSafe for DownstreamAbnormalClose
impl Send for DownstreamAbnormalClose
impl Sync for DownstreamAbnormalClose
impl Unpin for DownstreamAbnormalClose
impl UnwindSafe for DownstreamAbnormalClose
Blanket Implementations
impl<T> Any for Twhere
T: Any + ?Sized,
impl<T> Any for Twhere
T: Any + ?Sized,
fn type_id_compat(&self) -> TypeId
fn type_id_compat(&self) -> TypeId
TODO: once 1.33.0 is the minimum supported compiler version, remove
Any::type_id_compat and use StdAny::type_id instead.
https://github.com/rust-lang/rust/issues/27745 Read more
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more