pub struct SynapseReadRuntime { /* private fields */ }Expand description
Canonical Synapse read-operation runtime.
Implementations§
Source§impl SynapseReadRuntime
impl SynapseReadRuntime
Sourcepub fn new(ports: SynapseReadPorts) -> Self
pub fn new(ports: SynapseReadPorts) -> Self
Creates a runtime using the checked-in canonical catalog.
Sourcepub fn with_default_host(self, host: HostId) -> Self
pub fn with_default_host(self, host: HostId) -> Self
Sets the product default host used when a schema permits omission.
Sourcepub fn with_timeout(self, timeout: Duration) -> Self
pub fn with_timeout(self, timeout: Duration) -> Self
Sets the per-operation command deadline budget.
Auto Trait Implementations§
impl Freeze for SynapseReadRuntime
impl !RefUnwindSafe for SynapseReadRuntime
impl Send for SynapseReadRuntime
impl Sync for SynapseReadRuntime
impl Unpin for SynapseReadRuntime
impl UnsafeUnpin for SynapseReadRuntime
impl !UnwindSafe for SynapseReadRuntime
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