pub enum AddonRuntimeKind {
HttpSidecar,
}Variants§
HttpSidecar
Trait Implementations§
Source§impl Clone for AddonRuntimeKind
impl Clone for AddonRuntimeKind
Source§fn clone(&self) -> AddonRuntimeKind
fn clone(&self) -> AddonRuntimeKind
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 AddonRuntimeKind
impl Debug for AddonRuntimeKind
Source§impl<'de> Deserialize<'de> for AddonRuntimeKind
impl<'de> Deserialize<'de> for AddonRuntimeKind
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 PartialEq for AddonRuntimeKind
impl PartialEq for AddonRuntimeKind
Source§fn eq(&self, other: &AddonRuntimeKind) -> bool
fn eq(&self, other: &AddonRuntimeKind) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for AddonRuntimeKind
impl Serialize for AddonRuntimeKind
impl Copy for AddonRuntimeKind
impl Eq for AddonRuntimeKind
impl StructuralPartialEq for AddonRuntimeKind
Auto Trait Implementations§
impl Freeze for AddonRuntimeKind
impl RefUnwindSafe for AddonRuntimeKind
impl Send for AddonRuntimeKind
impl Sync for AddonRuntimeKind
impl Unpin for AddonRuntimeKind
impl UnsafeUnpin for AddonRuntimeKind
impl UnwindSafe for AddonRuntimeKind
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