Struct iscp::message::UpstreamInfo
source · pub struct UpstreamInfo {
pub source_node_id: String,
pub session_id: String,
pub stream_id: Uuid,
}Expand description
アップストリーム情報です。
Fields
source_node_id: Stringsession_id: Stringstream_id: UuidTrait Implementations
sourceimpl Clone for UpstreamInfo
impl Clone for UpstreamInfo
sourcefn clone(&self) -> UpstreamInfo
fn clone(&self) -> UpstreamInfo
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 UpstreamInfo
impl Debug for UpstreamInfo
sourceimpl Default for UpstreamInfo
impl Default for UpstreamInfo
sourcefn default() -> UpstreamInfo
fn default() -> UpstreamInfo
Returns the “default value” for a type. Read more
sourceimpl From<UpstreamInfo> for UpstreamInfo
impl From<UpstreamInfo> for UpstreamInfo
sourcefn from(i: UpstreamInfo) -> Self
fn from(i: UpstreamInfo) -> Self
Converts to this type from the input type.
sourceimpl From<UpstreamInfo> for UpstreamInfo
impl From<UpstreamInfo> for UpstreamInfo
sourcefn from(i: UpstreamInfo) -> Self
fn from(i: UpstreamInfo) -> Self
Converts to this type from the input type.
sourceimpl From<UpstreamInfo> for UpstreamOrAlias
impl From<UpstreamInfo> for UpstreamOrAlias
sourcefn from(info: UpstreamInfo) -> Self
fn from(info: UpstreamInfo) -> Self
Converts to this type from the input type.
sourceimpl Hash for UpstreamInfo
impl Hash for UpstreamInfo
sourceimpl PartialEq<UpstreamInfo> for UpstreamInfo
impl PartialEq<UpstreamInfo> for UpstreamInfo
sourcefn eq(&self, other: &UpstreamInfo) -> bool
fn eq(&self, other: &UpstreamInfo) -> bool
impl Eq for UpstreamInfo
impl StructuralEq for UpstreamInfo
impl StructuralPartialEq for UpstreamInfo
Auto Trait Implementations
impl RefUnwindSafe for UpstreamInfo
impl Send for UpstreamInfo
impl Sync for UpstreamInfo
impl Unpin for UpstreamInfo
impl UnwindSafe for UpstreamInfo
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