Struct cdoc_parser::ast::CodeMeta
source · pub struct CodeMeta {
pub id: String,
pub editable: bool,
pub folded: bool,
pub custom: LinkedHashMap<String, String>,
}
Fields§
§id: String
§editable: bool
§folded: bool
§custom: LinkedHashMap<String, String>
Trait Implementations§
source§impl<'de> Deserialize<'de> for CodeMeta
impl<'de> Deserialize<'de> for CodeMeta
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 PartialEq<CodeMeta> for CodeMeta
impl PartialEq<CodeMeta> for CodeMeta
impl StructuralPartialEq for CodeMeta
Auto Trait Implementations§
impl RefUnwindSafe for CodeMeta
impl Send for CodeMeta
impl Sync for CodeMeta
impl Unpin for CodeMeta
impl UnwindSafe for CodeMeta
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