pub struct EntryMap<'a> { /* private fields */ }Expand description
Interoperability entries
Implementations§
Source§impl<'a> EntryMap<'a>
impl<'a> EntryMap<'a>
Sourcepub fn get_interoperability_index(&self) -> Option<&InteroperabilityIndex>
pub fn get_interoperability_index(&self) -> Option<&InteroperabilityIndex>
Interoperability Identification
Trait Implementations§
Source§impl<'a> Extend<Entry<'a>> for EntryMap<'a>
impl<'a> Extend<Entry<'a>> for EntryMap<'a>
Source§fn extend<I: IntoIterator<Item = Entry<'a>>>(&mut self, iter: I)
fn extend<I: IntoIterator<Item = Entry<'a>>>(&mut self, iter: I)
Extends a collection with the contents of an iterator. Read more
Source§fn extend_one(&mut self, item: A)
fn extend_one(&mut self, item: A)
🔬This is a nightly-only experimental API. (
extend_one)Extends a collection with exactly one element.
Source§fn extend_reserve(&mut self, additional: usize)
fn extend_reserve(&mut self, additional: usize)
🔬This is a nightly-only experimental API. (
extend_one)Reserves capacity in a collection for the given number of additional elements. Read more
Source§impl<'a> FromIterator<Entry<'a>> for EntryMap<'a>
impl<'a> FromIterator<Entry<'a>> for EntryMap<'a>
Auto Trait Implementations§
impl<'a> Freeze for EntryMap<'a>
impl<'a> RefUnwindSafe for EntryMap<'a>
impl<'a> Send for EntryMap<'a>
impl<'a> Sync for EntryMap<'a>
impl<'a> Unpin for EntryMap<'a>
impl<'a> UnwindSafe for EntryMap<'a>
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