pub enum AtcRating {
Observer = 1,
S1 = 2,
S2 = 3,
S3 = 4,
C1 = 5,
C2 = 6,
C3 = 7,
I1 = 8,
I2 = 9,
I3 = 10,
Supervisor = 11,
Administrator = 12,
}Variants§
Observer = 1
S1 = 2
S2 = 3
S3 = 4
C1 = 5
C2 = 6
C3 = 7
I1 = 8
I2 = 9
I3 = 10
Supervisor = 11
Administrator = 12
Trait Implementations§
impl Copy for AtcRating
impl Eq for AtcRating
impl StructuralPartialEq for AtcRating
Auto Trait Implementations§
impl Freeze for AtcRating
impl RefUnwindSafe for AtcRating
impl Send for AtcRating
impl Sync for AtcRating
impl Unpin for AtcRating
impl UnwindSafe for AtcRating
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