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§
source§impl Clone for DownstreamOpen
impl Clone for DownstreamOpen
source§fn clone(&self) -> DownstreamOpen
fn clone(&self) -> DownstreamOpen
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 DownstreamOpen
impl Debug for DownstreamOpen
source§impl Default for DownstreamOpen
impl Default for DownstreamOpen
source§fn default() -> DownstreamOpen
fn default() -> DownstreamOpen
Returns the “default value” for a type. Read more
source§impl From<DownstreamOpen> for DownstreamOpen
impl From<DownstreamOpen> for DownstreamOpen
source§fn from(o: DownstreamOpen) -> Self
fn from(o: DownstreamOpen) -> Self
Converts to this type from the input type.
source§impl From<DownstreamOpen> for DownstreamOpen
impl From<DownstreamOpen> for DownstreamOpen
source§fn from(o: DownstreamOpen) -> Self
fn from(o: DownstreamOpen) -> Self
Converts to this type from the input type.
source§impl PartialEq for DownstreamOpen
impl PartialEq for DownstreamOpen
source§fn eq(&self, other: &DownstreamOpen) -> bool
fn eq(&self, other: &DownstreamOpen) -> bool
This method tests for
self and other values to be equal, and is used
by ==.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§
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