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