#[repr(u16)]pub enum Avesterra {
Show 39 variants
Null = 0,
Avesterra = 1,
Address = 2,
Ancillary = 3,
Aspect = 4,
Attachment = 5,
Attribute = 6,
Authority = 7,
Authorization = 8,
Auxiliary = 9,
Bytes = 10,
Category = 11,
Class = 12,
Condition = 13,
Connection = 14,
Contex = 15,
Count = 16,
Credential = 17,
Entit = 18,
Event = 19,
Index = 20,
Instance = 21,
Key = 22,
Method = 23,
Mode = 24,
Name = 25,
Offset = 26,
Outlet = 27,
Parameter = 28,
Precedence = 29,
Resultant = 30,
Server = 31,
State = 32,
Subscription = 33,
Tag = 34,
Time = 35,
Timeout = 36,
Token = 37,
Value = 38,
}Variants§
Null = 0
Avesterra = 1
Address = 2
Ancillary = 3
Aspect = 4
Attachment = 5
Attribute = 6
Authority = 7
Authorization = 8
Auxiliary = 9
Bytes = 10
Category = 11
Class = 12
Condition = 13
Connection = 14
Contex = 15
Count = 16
Credential = 17
Entit = 18
Event = 19
Index = 20
Instance = 21
Key = 22
Method = 23
Mode = 24
Name = 25
Offset = 26
Outlet = 27
Parameter = 28
Precedence = 29
Resultant = 30
Server = 31
State = 32
Subscription = 33
Tag = 34
Time = 35
Timeout = 36
Token = 37
Value = 38
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Avesterra
impl<'de> Deserialize<'de> for Avesterra
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 TryFromPrimitive for Avesterra
impl TryFromPrimitive for Avesterra
impl Copy for Avesterra
impl Eq for Avesterra
impl StructuralPartialEq for Avesterra
Auto Trait Implementations§
impl Freeze for Avesterra
impl RefUnwindSafe for Avesterra
impl Send for Avesterra
impl Sync for Avesterra
impl Unpin for Avesterra
impl UnwindSafe for Avesterra
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