#[non_exhaustive]pub struct WorkbenchRuntime { /* private fields */ }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 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 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<'de> Deserialize<'de> for WorkbenchRuntimewhere
WorkbenchRuntime: Default,
impl<'de> Deserialize<'de> for WorkbenchRuntimewhere
WorkbenchRuntime: Default,
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Message for WorkbenchRuntime
impl Message for WorkbenchRuntime
Source§impl PartialEq for WorkbenchRuntime
impl PartialEq for WorkbenchRuntime
Source§impl Serialize for WorkbenchRuntime
impl Serialize 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