Struct iscp::message::DownstreamResume
source · pub struct DownstreamResume {
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 DownstreamResume
impl Clone for DownstreamResume
sourcefn clone(&self) -> DownstreamResume
fn clone(&self) -> DownstreamResume
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 DownstreamResume
impl Debug for DownstreamResume
sourceimpl Default for DownstreamResume
impl Default for DownstreamResume
sourcefn default() -> DownstreamResume
fn default() -> DownstreamResume
Returns the “default value” for a type. Read more
sourceimpl From<DownstreamResume> for DownstreamResume
impl From<DownstreamResume> for DownstreamResume
sourcefn from(r: DownstreamResume) -> Self
fn from(r: DownstreamResume) -> Self
Converts to this type from the input type.
sourceimpl From<DownstreamResume> for DownstreamResume
impl From<DownstreamResume> for DownstreamResume
sourcefn from(r: DownstreamResume) -> Self
fn from(r: DownstreamResume) -> Self
Converts to this type from the input type.
sourceimpl PartialEq<DownstreamResume> for DownstreamResume
impl PartialEq<DownstreamResume> for DownstreamResume
sourcefn eq(&self, other: &DownstreamResume) -> bool
fn eq(&self, other: &DownstreamResume) -> bool
impl StructuralPartialEq for DownstreamResume
Auto Trait Implementations
impl RefUnwindSafe for DownstreamResume
impl Send for DownstreamResume
impl Sync for DownstreamResume
impl Unpin for DownstreamResume
impl UnwindSafe for DownstreamResume
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