pub struct PubSubRuntimeOptions {
pub driver: PubSubDriver,
pub coalescing_ms: u64,
}Fields§
§driver: PubSubDriver§coalescing_ms: u64Trait Implementations§
Source§impl Clone for PubSubRuntimeOptions
impl Clone for PubSubRuntimeOptions
Source§fn clone(&self) -> PubSubRuntimeOptions
fn clone(&self) -> PubSubRuntimeOptions
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PubSubRuntimeOptions
Source§impl Debug for PubSubRuntimeOptions
impl Debug for PubSubRuntimeOptions
impl Eq for PubSubRuntimeOptions
Source§impl PartialEq for PubSubRuntimeOptions
impl PartialEq for PubSubRuntimeOptions
impl StructuralPartialEq for PubSubRuntimeOptions
Auto Trait Implementations§
impl Freeze for PubSubRuntimeOptions
impl RefUnwindSafe for PubSubRuntimeOptions
impl Send for PubSubRuntimeOptions
impl Sync for PubSubRuntimeOptions
impl Unpin for PubSubRuntimeOptions
impl UnsafeUnpin for PubSubRuntimeOptions
impl UnwindSafe for PubSubRuntimeOptions
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