pub struct OCAAst {
pub version: String,
pub commands: Vec<Command>,
pub commands_meta: IndexMap<usize, CommandMeta>,
pub meta: HashMap<String, String>,
}
Fields§
§version: String
§commands: Vec<Command>
§commands_meta: IndexMap<usize, CommandMeta>
§meta: HashMap<String, String>
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for OCAAst
impl<'de> Deserialize<'de> for OCAAst
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 StructuralPartialEq for OCAAst
Auto Trait Implementations§
impl Freeze for OCAAst
impl RefUnwindSafe for OCAAst
impl Send for OCAAst
impl Sync for OCAAst
impl Unpin for OCAAst
impl UnwindSafe for OCAAst
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