Struct ddcore_rs::memory::ConnectionParams
source · [−]pub struct ConnectionParams {
pub create_child: bool,
pub operating_system: OperatingSystem,
pub overrides: MemoryOverride,
}Fields
create_child: booloperating_system: OperatingSystemoverrides: MemoryOverrideImplementations
Auto Trait Implementations
impl RefUnwindSafe for ConnectionParams
impl Send for ConnectionParams
impl Sync for ConnectionParams
impl Unpin for ConnectionParams
impl UnwindSafe for ConnectionParams
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more