Struct oca_rust::state::oca::overlay::information::InformationOverlay
source · [−]pub struct InformationOverlay {
pub attribute_information: BTreeMap<String, String>,
/* private fields */
}
Fields
attribute_information: BTreeMap<String, String>
Implementations
sourceimpl InformationOverlay
impl InformationOverlay
pub fn new(lang: Language) -> Box<InformationOverlay>
Trait Implementations
sourceimpl Clone for InformationOverlay
impl Clone for InformationOverlay
sourcefn clone(&self) -> InformationOverlay
fn clone(&self) -> InformationOverlay
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 InformationOverlay
impl Debug for InformationOverlay
sourceimpl<'de> Deserialize<'de> for InformationOverlay
impl<'de> Deserialize<'de> for InformationOverlay
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 InformationOverlay
impl Overlay for InformationOverlay
fn as_any(&self) -> &dyn Any
fn capture_base(&mut self) -> &mut String
fn overlay_type(&self) -> &String
fn language(&self) -> Option<&Language>
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 metric_system(&self) -> Option<&String>
fn sign(&mut self, capture_base_sai: &str)
sourceimpl Serialize for InformationOverlay
impl Serialize for InformationOverlay
Auto Trait Implementations
impl RefUnwindSafe for InformationOverlay
impl Send for InformationOverlay
impl Sync for InformationOverlay
impl Unpin for InformationOverlay
impl UnwindSafe for InformationOverlay
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