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