#[repr(u16)]pub enum Report {
Show 40 variants
Null = 0,
Available = 1,
Name = 2,
Category = 3,
Class = 4,
Activated = 5,
Connections = 6,
Attachments = 7,
Subscriptions = 8,
Authorizations = 9,
Redirection = 10,
References = 11,
Timestamp = 12,
Server = 13,
Local = 14,
Gateway = 15,
Hostname = 16,
Version = 17,
Extinct = 18,
Pending = 19,
Locked = 20,
Rendezvous = 21,
Status = 22,
Context = 23,
Clock = 24,
Timer = 25,
Elapsed = 26,
Armed = 27,
Active = 28,
State = 29,
Conditions = 30,
Elements = 31,
Key = 32,
Busy = 33,
Blocking = 34,
Waiting = 35,
Adapting = 36,
Invoking = 37,
Internet = 38,
Authority = 39,
}
Variants§
Null = 0
Available = 1
Name = 2
Category = 3
Class = 4
Activated = 5
Connections = 6
Attachments = 7
Subscriptions = 8
Authorizations = 9
Redirection = 10
References = 11
Timestamp = 12
Server = 13
Local = 14
Gateway = 15
Hostname = 16
Version = 17
Extinct = 18
Pending = 19
Locked = 20
Rendezvous = 21
Status = 22
Context = 23
Clock = 24
Timer = 25
Elapsed = 26
Armed = 27
Active = 28
State = 29
Conditions = 30
Elements = 31
Key = 32
Busy = 33
Blocking = 34
Waiting = 35
Adapting = 36
Invoking = 37
Internet = 38
Authority = 39
Trait Implementations§
Source§impl TryFromPrimitive for Report
impl TryFromPrimitive for Report
impl Copy for Report
impl Eq for Report
impl StructuralPartialEq for Report
Auto Trait Implementations§
impl Freeze for Report
impl RefUnwindSafe for Report
impl Send for Report
impl Sync for Report
impl Unpin for Report
impl UnwindSafe for Report
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