Struct iscp::iscp::DownstreamConfig
source · pub struct DownstreamConfig {
pub filters: Vec<DownstreamFilter>,
pub expiry_interval: Duration,
pub qos: QoS,
}Expand description
ダウンストリームの設定です。
Fields
filters: Vec<DownstreamFilter>ダウンストリームフィルター
expiry_interval: DurationデータIDエイリアス
qos: QoSQoS
Implementations
sourceimpl DownstreamConfig
impl DownstreamConfig
pub fn new_with(
filters: Vec<DownstreamFilter>,
opts: Vec<BoxedDownstreamOption>
) -> Self
Trait Implementations
sourceimpl Clone for DownstreamConfig
impl Clone for DownstreamConfig
sourcefn clone(&self) -> DownstreamConfig
fn clone(&self) -> DownstreamConfig
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 DownstreamConfig
impl Debug for DownstreamConfig
sourceimpl Default for DownstreamConfig
impl Default for DownstreamConfig
sourceimpl From<DownstreamConfig> for DownstreamOpenRequest
impl From<DownstreamConfig> for DownstreamOpenRequest
sourcefn from(c: DownstreamConfig) -> Self
fn from(c: DownstreamConfig) -> Self
Converts to this type from the input type.
Auto Trait Implementations
impl RefUnwindSafe for DownstreamConfig
impl Send for DownstreamConfig
impl Sync for DownstreamConfig
impl Unpin for DownstreamConfig
impl UnwindSafe for DownstreamConfig
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