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
impl StructuralPartialEq for CodeMeta
Auto Trait Implementations§
impl Freeze for CodeMeta
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