pub struct EntryOverlay {
pub attribute_entries: BTreeMap<String, EntriesElement>,
/* private fields */
}
Fields§
§attribute_entries: BTreeMap<String, EntriesElement>
Implementations§
Source§impl EntryOverlay
impl EntryOverlay
pub fn new(lang: Language) -> Box<EntryOverlay>
Trait Implementations§
Source§impl Clone for EntryOverlay
impl Clone for EntryOverlay
Source§fn clone(&self) -> EntryOverlay
fn clone(&self) -> EntryOverlay
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for EntryOverlay
impl Debug for EntryOverlay
Source§impl<'de> Deserialize<'de> for EntryOverlay
impl<'de> Deserialize<'de> for EntryOverlay
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 Overlay for EntryOverlay
impl Overlay for EntryOverlay
fn as_any(&self) -> &dyn Any
fn capture_base(&mut self) -> &mut String
fn said(&self) -> &String
fn said_mut(&mut self) -> &mut String
fn overlay_type(&self) -> &String
fn language(&self) -> Option<&Language>
fn attributes(&self) -> Vec<&String>
fn add(&mut self, attribute: &Attribute)
fn metric_system(&self) -> Option<&String>
fn sign(&mut self, capture_base_sai: &str)
Auto Trait Implementations§
impl Freeze for EntryOverlay
impl RefUnwindSafe for EntryOverlay
impl Send for EntryOverlay
impl Sync for EntryOverlay
impl Unpin for EntryOverlay
impl UnwindSafe for EntryOverlay
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