pub enum ProviderSandboxPlacement {
Computer(String),
ProviderPool(String),
}Variants§
Trait Implementations§
Source§impl Clone for ProviderSandboxPlacement
impl Clone for ProviderSandboxPlacement
Source§fn clone(&self) -> ProviderSandboxPlacement
fn clone(&self) -> ProviderSandboxPlacement
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 moreSource§impl Debug for ProviderSandboxPlacement
impl Debug for ProviderSandboxPlacement
impl Eq for ProviderSandboxPlacement
Source§impl PartialEq for ProviderSandboxPlacement
impl PartialEq for ProviderSandboxPlacement
impl StructuralPartialEq for ProviderSandboxPlacement
Auto Trait Implementations§
impl Freeze for ProviderSandboxPlacement
impl RefUnwindSafe for ProviderSandboxPlacement
impl Send for ProviderSandboxPlacement
impl Sync for ProviderSandboxPlacement
impl Unpin for ProviderSandboxPlacement
impl UnsafeUnpin for ProviderSandboxPlacement
impl UnwindSafe for ProviderSandboxPlacement
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