pub enum ReusableExecutionWorkspaceAddress {
Scratch,
Binding,
Persistent,
}Expand description
Provider workspace addresses captured by a resident executable.
Variants§
Trait Implementations§
Source§impl Clone for ReusableExecutionWorkspaceAddress
impl Clone for ReusableExecutionWorkspaceAddress
Source§fn clone(&self) -> ReusableExecutionWorkspaceAddress
fn clone(&self) -> ReusableExecutionWorkspaceAddress
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ReusableExecutionWorkspaceAddress
impl Eq for ReusableExecutionWorkspaceAddress
impl StructuralPartialEq for ReusableExecutionWorkspaceAddress
Auto Trait Implementations§
impl Freeze for ReusableExecutionWorkspaceAddress
impl RefUnwindSafe for ReusableExecutionWorkspaceAddress
impl Send for ReusableExecutionWorkspaceAddress
impl Sync for ReusableExecutionWorkspaceAddress
impl Unpin for ReusableExecutionWorkspaceAddress
impl UnsafeUnpin for ReusableExecutionWorkspaceAddress
impl UnwindSafe for ReusableExecutionWorkspaceAddress
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