pub struct AtcCode {
pub code: String,
pub name: String,
pub level: i32,
}Expand description
ATC code
Fields§
§code: StringATC code
name: StringDescriptive name
level: i32ATC code level
Trait Implementations§
Source§impl<'de> Deserialize<'de> for AtcCode
impl<'de> Deserialize<'de> for AtcCode
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
Auto Trait Implementations§
impl Freeze for AtcCode
impl RefUnwindSafe for AtcCode
impl Send for AtcCode
impl Sync for AtcCode
impl Unpin for AtcCode
impl UnsafeUnpin for AtcCode
impl UnwindSafe for AtcCode
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