#[non_exhaustive]pub struct WorkbenchRuntime { /* private fields */ }Available on crate features
notebook-service or schedule-service only.Expand description
Configuration for a Workbench Instances-based environment.
Implementations§
Trait Implementations§
Source§impl Clone for WorkbenchRuntime
impl Clone for WorkbenchRuntime
Source§fn clone(&self) -> WorkbenchRuntime
fn clone(&self) -> WorkbenchRuntime
Returns a duplicate 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 WorkbenchRuntime
impl Debug for WorkbenchRuntime
Source§impl Default for WorkbenchRuntime
impl Default for WorkbenchRuntime
Source§fn default() -> WorkbenchRuntime
fn default() -> WorkbenchRuntime
Returns the “default value” for a type. Read more
Source§impl Message for WorkbenchRuntime
impl Message for WorkbenchRuntime
Source§impl PartialEq for WorkbenchRuntime
impl PartialEq for WorkbenchRuntime
impl StructuralPartialEq for WorkbenchRuntime
Auto Trait Implementations§
impl Freeze for WorkbenchRuntime
impl RefUnwindSafe for WorkbenchRuntime
impl Send for WorkbenchRuntime
impl Sync for WorkbenchRuntime
impl Unpin for WorkbenchRuntime
impl UnwindSafe for WorkbenchRuntime
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