pub struct CacheCaps {
pub max_publications_per_participant: usize,
pub max_subscriptions_per_participant: usize,
}Expand description
Konfiguration (DoS-Caps).
Fields§
§max_publications_per_participant: usizeMax. Publications pro Remote-Participant. Ueberlauf → aelteste Publication dieses Participants verworfen (LRU).
max_subscriptions_per_participant: usizeMax. Subscriptions pro Remote-Participant. Gleiche Semantik.
Trait Implementations§
impl Copy for CacheCaps
Auto Trait Implementations§
impl Freeze for CacheCaps
impl RefUnwindSafe for CacheCaps
impl Send for CacheCaps
impl Sync for CacheCaps
impl Unpin for CacheCaps
impl UnsafeUnpin for CacheCaps
impl UnwindSafe for CacheCaps
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