Struct iscp::message::UpstreamOpen
source · Expand description
あるアップストリームが開いたことを知らせるメタデータです。
Fields
stream_id: UuidストリームID
session_id: StringセッションID
qos: QoSQoS
Trait Implementations
sourceimpl Clone for UpstreamOpen
impl Clone for UpstreamOpen
sourcefn clone(&self) -> UpstreamOpen
fn clone(&self) -> UpstreamOpen
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 UpstreamOpen
impl Debug for UpstreamOpen
sourceimpl Default for UpstreamOpen
impl Default for UpstreamOpen
sourcefn default() -> UpstreamOpen
fn default() -> UpstreamOpen
Returns the “default value” for a type. Read more
sourceimpl From<UpstreamOpen> for UpstreamOpen
impl From<UpstreamOpen> for UpstreamOpen
sourcefn from(o: UpstreamOpen) -> Self
fn from(o: UpstreamOpen) -> Self
Converts to this type from the input type.
sourceimpl From<UpstreamOpen> for UpstreamOpen
impl From<UpstreamOpen> for UpstreamOpen
sourcefn from(o: UpstreamOpen) -> Self
fn from(o: UpstreamOpen) -> Self
Converts to this type from the input type.
sourceimpl PartialEq<UpstreamOpen> for UpstreamOpen
impl PartialEq<UpstreamOpen> for UpstreamOpen
sourcefn eq(&self, other: &UpstreamOpen) -> bool
fn eq(&self, other: &UpstreamOpen) -> bool
impl StructuralPartialEq for UpstreamOpen
Auto Trait Implementations
impl RefUnwindSafe for UpstreamOpen
impl Send for UpstreamOpen
impl Sync for UpstreamOpen
impl Unpin for UpstreamOpen
impl UnwindSafe for UpstreamOpen
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