pub enum SidecarKind {
Artifact,
Vector,
}Variants§
Trait Implementations§
Source§impl Clone for SidecarKind
impl Clone for SidecarKind
Source§fn clone(&self) -> SidecarKind
fn clone(&self) -> SidecarKind
Returns a duplicate of the value. Read more
1.0.0 · 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 SidecarKind
impl Debug for SidecarKind
Source§impl Default for SidecarKind
impl Default for SidecarKind
Source§fn default() -> SidecarKind
fn default() -> SidecarKind
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SidecarKind
impl<'de> Deserialize<'de> for SidecarKind
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 SidecarKind
impl PartialEq for SidecarKind
Source§impl Serialize for SidecarKind
impl Serialize for SidecarKind
impl Copy for SidecarKind
impl Eq for SidecarKind
impl StructuralPartialEq for SidecarKind
Auto Trait Implementations§
impl Freeze for SidecarKind
impl RefUnwindSafe for SidecarKind
impl Send for SidecarKind
impl Sync for SidecarKind
impl Unpin for SidecarKind
impl UnwindSafe for SidecarKind
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