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