Struct oca_bundle::state::oca::overlay::meta::MetaOverlay
source · pub struct MetaOverlay {
pub language: Language,
pub attr_pairs: HashMap<String, String>,
/* private fields */
}Fields§
§language: Language§attr_pairs: HashMap<String, String>Implementations§
Trait Implementations§
source§impl Clone for MetaOverlay
impl Clone for MetaOverlay
source§fn clone(&self) -> MetaOverlay
fn clone(&self) -> MetaOverlay
Returns a copy 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 MetaOverlay
impl Debug for MetaOverlay
source§impl<'de> Deserialize<'de> for MetaOverlay
impl<'de> Deserialize<'de> for MetaOverlay
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 MetaOverlay
impl Overlay for MetaOverlay
fn as_any(&self) -> &dyn Any
fn capture_base(&self) -> &Option<SelfAddressingIdentifier>
fn set_capture_base(&mut self, said: &SelfAddressingIdentifier)
fn said(&self) -> &Option<SelfAddressingIdentifier>
fn overlay_type(&self) -> &OverlayType
fn language(&self) -> Option<&Language>
fn attributes(&self) -> Vec<&String>
fn add(&mut self, _attribute: &Attribute)
fn fill_said(&mut self)
fn sign(&mut self, capture_base_sai: &SelfAddressingIdentifier)
source§impl SAD for MetaOverlay
impl SAD for MetaOverlay
fn compute_digest(&mut self)
fn derivation_data(&self) -> Vec<u8> ⓘ
Auto Trait Implementations§
impl RefUnwindSafe for MetaOverlay
impl Send for MetaOverlay
impl Sync for MetaOverlay
impl Unpin for MetaOverlay
impl UnwindSafe for MetaOverlay
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