pub struct EntryCodeOverlay {
pub attribute_entry_codes: HashMap<String, EntryCodes>,
/* private fields */
}
Fields§
§attribute_entry_codes: HashMap<String, EntryCodes>
Implementations§
Trait Implementations§
Source§impl Clone for EntryCodeOverlay
impl Clone for EntryCodeOverlay
Source§fn clone(&self) -> EntryCodeOverlay
fn clone(&self) -> EntryCodeOverlay
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for EntryCodeOverlay
impl Debug for EntryCodeOverlay
Source§impl Default for EntryCodeOverlay
impl Default for EntryCodeOverlay
Source§impl<'de> Deserialize<'de> for EntryCodeOverlay
impl<'de> Deserialize<'de> for EntryCodeOverlay
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 EntryCodeOverlay
impl Overlay for EntryCodeOverlay
fn as_any(&self) -> &dyn Any
fn overlay_type(&self) -> &OverlayType
fn capture_base(&self) -> &Option<SelfAddressingIdentifier>
fn set_capture_base(&mut self, said: &SelfAddressingIdentifier)
fn said(&self) -> &Option<SelfAddressingIdentifier>
fn attributes(&self) -> Vec<&String>
fn add(&mut self, attribute: &Attribute)
fn language(&self) -> Option<&Language>
fn fill_said(&mut self)
fn sign(&mut self, capture_base_sai: &SelfAddressingIdentifier)
Source§impl SAD for EntryCodeOverlay
impl SAD for EntryCodeOverlay
fn compute_digest( &mut self, code: &HashFunctionCode, format: &SerializationFormats, )
fn derivation_data( &self, code: &HashFunctionCode, serialization_format: &SerializationFormats, ) -> Vec<u8> ⓘ
Auto Trait Implementations§
impl Freeze for EntryCodeOverlay
impl RefUnwindSafe for EntryCodeOverlay
impl Send for EntryCodeOverlay
impl Sync for EntryCodeOverlay
impl Unpin for EntryCodeOverlay
impl UnwindSafe for EntryCodeOverlay
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