pub enum ComponentDataType {
SourceCode,
Configuration,
Dataset,
Definition,
Other,
// some variants omitted
}Expand description
Type of data
Variants§
Trait Implementations§
Source§impl Clone for ComponentDataType
impl Clone for ComponentDataType
Source§fn clone(&self) -> ComponentDataType
fn clone(&self) -> ComponentDataType
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 ComponentDataType
impl Debug for ComponentDataType
Source§impl Display for ComponentDataType
impl Display for ComponentDataType
Source§impl From<String> for ComponentDataType
impl From<String> for ComponentDataType
Source§impl FromStr for ComponentDataType
impl FromStr for ComponentDataType
Source§impl Hash for ComponentDataType
impl Hash for ComponentDataType
Source§impl PartialEq for ComponentDataType
impl PartialEq for ComponentDataType
Source§impl TryFrom<&str> for ComponentDataType
impl TryFrom<&str> for ComponentDataType
impl Eq for ComponentDataType
impl StructuralPartialEq for ComponentDataType
Auto Trait Implementations§
impl Freeze for ComponentDataType
impl RefUnwindSafe for ComponentDataType
impl Send for ComponentDataType
impl Sync for ComponentDataType
impl Unpin for ComponentDataType
impl UnwindSafe for ComponentDataType
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.