pub struct DictEntry {
pub value: Value,
pub is_executable: bool,
pub doc: Option<Rc<str>>,
}Fields§
§value: Value§is_executable: bool§doc: Option<Rc<str>>Trait Implementations§
Auto Trait Implementations§
impl Freeze for DictEntry
impl !RefUnwindSafe for DictEntry
impl !Send for DictEntry
impl !Sync for DictEntry
impl Unpin for DictEntry
impl !UnwindSafe for DictEntry
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