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