Struct zenoh_plugin_dds::config::Config
source · pub struct Config {
pub scope: Option<OwnedKeyExpr>,
pub domain: u32,
pub group_member_id: Option<OwnedKeyExpr>,
pub allow: Option<Regex>,
pub deny: Option<Regex>,
pub max_frequencies: Vec<(Regex, f32)>,
pub generalise_subs: Vec<OwnedKeyExpr>,
pub generalise_pubs: Vec<OwnedKeyExpr>,
pub forward_discovery: bool,
pub reliable_routes_blocking: bool,
pub localhost_only: bool,
pub queries_timeout: Duration,
/* private fields */
}Fields§
§scope: Option<OwnedKeyExpr>§domain: u32§group_member_id: Option<OwnedKeyExpr>§allow: Option<Regex>§deny: Option<Regex>§max_frequencies: Vec<(Regex, f32)>§generalise_subs: Vec<OwnedKeyExpr>§generalise_pubs: Vec<OwnedKeyExpr>§forward_discovery: bool§reliable_routes_blocking: bool§localhost_only: bool§queries_timeout: DurationTrait Implementations§
source§impl<'de> Deserialize<'de> for Config
impl<'de> Deserialize<'de> for Config
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for Config
impl RefUnwindSafe for Config
impl Send for Config
impl Sync for Config
impl Unpin for Config
impl UnwindSafe for Config
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