Struct iscp::message::DownstreamNormalClose
source · pub struct DownstreamNormalClose {
pub stream_id: Uuid,
}Expand description
あるダウンストリームが正常切断したことを知らせるメタデータです。
Fields
stream_id: UuidストリームID
Trait Implementations
sourceimpl Clone for DownstreamNormalClose
impl Clone for DownstreamNormalClose
sourcefn clone(&self) -> DownstreamNormalClose
fn clone(&self) -> DownstreamNormalClose
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 DownstreamNormalClose
impl Debug for DownstreamNormalClose
sourceimpl Default for DownstreamNormalClose
impl Default for DownstreamNormalClose
sourcefn default() -> DownstreamNormalClose
fn default() -> DownstreamNormalClose
Returns the “default value” for a type. Read more
sourceimpl From<DownstreamNormalClose> for DownstreamNormalClose
impl From<DownstreamNormalClose> for DownstreamNormalClose
sourcefn from(c: DownstreamNormalClose) -> Self
fn from(c: DownstreamNormalClose) -> Self
Converts to this type from the input type.
sourceimpl From<DownstreamNormalClose> for DownstreamNormalClose
impl From<DownstreamNormalClose> for DownstreamNormalClose
sourcefn from(c: DownstreamNormalClose) -> Self
fn from(c: DownstreamNormalClose) -> Self
Converts to this type from the input type.
sourceimpl PartialEq<DownstreamNormalClose> for DownstreamNormalClose
impl PartialEq<DownstreamNormalClose> for DownstreamNormalClose
sourcefn eq(&self, other: &DownstreamNormalClose) -> bool
fn eq(&self, other: &DownstreamNormalClose) -> bool
impl StructuralPartialEq for DownstreamNormalClose
Auto Trait Implementations
impl RefUnwindSafe for DownstreamNormalClose
impl Send for DownstreamNormalClose
impl Sync for DownstreamNormalClose
impl Unpin for DownstreamNormalClose
impl UnwindSafe for DownstreamNormalClose
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