Struct cdoc_parser::raw::CodeAttr
source · pub struct CodeAttr {
pub key: Option<String>,
pub value: String,
}Fields§
§key: Option<String>§value: StringTrait Implementations§
source§impl PartialEq<CodeAttr> for CodeAttr
impl PartialEq<CodeAttr> for CodeAttr
impl StructuralPartialEq for CodeAttr
Auto Trait Implementations§
impl RefUnwindSafe for CodeAttr
impl Send for CodeAttr
impl Sync for CodeAttr
impl Unpin for CodeAttr
impl UnwindSafe for CodeAttr
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