pub(crate) struct EngineArgs {
pub shared: SharedArgs,
pub subscribers: usize,
pub capacity: usize,
}Expand description
engine scenario.
Fields§
§subscribers: usize§capacity: usizeTrait Implementations§
Source§impl Clone for EngineArgs
impl Clone for EngineArgs
Source§fn clone(&self) -> EngineArgs
fn clone(&self) -> EngineArgs
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for EngineArgs
impl Debug for EngineArgs
Source§impl Default for EngineArgs
impl Default for EngineArgs
Source§impl PartialEq for EngineArgs
impl PartialEq for EngineArgs
impl StructuralPartialEq for EngineArgs
Auto Trait Implementations§
impl Freeze for EngineArgs
impl RefUnwindSafe for EngineArgs
impl Send for EngineArgs
impl Sync for EngineArgs
impl Unpin for EngineArgs
impl UnwindSafe for EngineArgs
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