Struct oca_rust::state::oca::overlay::entry_code_mapping::EntryCodeMappingOverlay
source · [−]pub struct EntryCodeMappingOverlay {
pub attribute_entry_codes_mapping: BTreeMap<String, Vec<String>>,
/* private fields */
}
Fields
attribute_entry_codes_mapping: BTreeMap<String, Vec<String>>
Implementations
sourceimpl EntryCodeMappingOverlay
impl EntryCodeMappingOverlay
pub fn new() -> Box<EntryCodeMappingOverlay>
Trait Implementations
sourceimpl Clone for EntryCodeMappingOverlay
impl Clone for EntryCodeMappingOverlay
sourcefn clone(&self) -> EntryCodeMappingOverlay
fn clone(&self) -> EntryCodeMappingOverlay
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for EntryCodeMappingOverlay
impl Debug for EntryCodeMappingOverlay
sourceimpl<'de> Deserialize<'de> for EntryCodeMappingOverlay
impl<'de> Deserialize<'de> for EntryCodeMappingOverlay
sourcefn 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
sourceimpl Overlay for EntryCodeMappingOverlay
impl Overlay for EntryCodeMappingOverlay
fn as_any(&self) -> &dyn Any
fn capture_base(&mut self) -> &mut String
fn overlay_type(&self) -> &String
fn attributes(&self) -> Vec<&String>ⓘNotable traits for Vec<u8, A>impl<A> Write for Vec<u8, A>where
A: Allocator,
A: Allocator,
fn add(&mut self, attribute: &Attribute)
fn language(&self) -> Option<&Language>
fn metric_system(&self) -> Option<&String>
fn sign(&mut self, capture_base_sai: &str)
sourceimpl Serialize for EntryCodeMappingOverlay
impl Serialize for EntryCodeMappingOverlay
Auto Trait Implementations
impl RefUnwindSafe for EntryCodeMappingOverlay
impl Send for EntryCodeMappingOverlay
impl Sync for EntryCodeMappingOverlay
impl Unpin for EntryCodeMappingOverlay
impl UnwindSafe for EntryCodeMappingOverlay
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more