#[repr(u16)]pub enum Aspect {
Show 57 variants
Null = 0,
Avesterra = 1,
Label = 2,
Value = 3,
Property = 4,
Annotation = 5,
Data = 6,
Attribute = 7,
Entity = 8,
X_instance = 9,
X_index = 10,
X_count = 11,
X_reference = 12,
X_method = 13,
X_name = 14,
X_key = 15,
X_aspect = 16,
X_context = 17,
X_category = 18,
X_class = 19,
X_mode = 20,
X_precedence = 21,
X_tag = 22,
X_time = 23,
X_error = 24,
X_event = 25,
X_parameter = 26,
X_resultant = 27,
X_timeout = 28,
X_authorization = 29,
X_authority = 30,
X_auxiliary = 31,
X_ancillary = 32,
X_outlet = 33,
X_function = 34,
X_variable = 35,
X_table = 36,
X_unit = 37,
X_prefix = 38,
X_confidence = 39,
X_uncertainty = 40,
X_registry = 41,
X_folder = 42,
X_object = 43,
X_template = 44,
X_concept = 45,
X_item = 46,
Trait = 47,
Table = 48,
Row = 49,
Column = 50,
Fact = 51,
Facet = 52,
Factor = 53,
Feature = 54,
Field = 55,
Frame = 56,
}Variants§
Null = 0
Avesterra = 1
Label = 2
Value = 3
Property = 4
Annotation = 5
Data = 6
Attribute = 7
Entity = 8
X_instance = 9
X_index = 10
X_count = 11
X_reference = 12
X_method = 13
X_name = 14
X_key = 15
X_aspect = 16
X_context = 17
X_category = 18
X_class = 19
X_mode = 20
X_precedence = 21
X_tag = 22
X_time = 23
X_error = 24
X_event = 25
X_parameter = 26
X_resultant = 27
X_timeout = 28
X_auxiliary = 31
X_ancillary = 32
X_outlet = 33
X_function = 34
X_variable = 35
X_table = 36
X_unit = 37
X_prefix = 38
X_confidence = 39
X_uncertainty = 40
X_registry = 41
X_folder = 42
X_object = 43
X_template = 44
X_concept = 45
X_item = 46
Trait = 47
Table = 48
Row = 49
Column = 50
Fact = 51
Facet = 52
Factor = 53
Feature = 54
Field = 55
Frame = 56
Implementations§
Trait Implementations§
impl Copy for Aspect
Source§impl<'de> Deserialize<'de> for Aspect
impl<'de> Deserialize<'de> for Aspect
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 Aspect
impl StructuralPartialEq for Aspect
Auto Trait Implementations§
impl Freeze for Aspect
impl RefUnwindSafe for Aspect
impl Send for Aspect
impl Sync for Aspect
impl Unpin for Aspect
impl UnsafeUnpin for Aspect
impl UnwindSafe for Aspect
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