pub struct InjectionMap { /* private fields */ }Expand description
A mapping from tag labels to descriptions.
Implementations§
Source§impl InjectionMap
impl InjectionMap
Trait Implementations§
Source§impl Clone for InjectionMap
impl Clone for InjectionMap
Source§fn clone(&self) -> InjectionMap
fn clone(&self) -> InjectionMap
Returns a duplicate 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 InjectionMap
impl Debug for InjectionMap
Source§impl Default for InjectionMap
impl Default for InjectionMap
Source§fn default() -> InjectionMap
fn default() -> InjectionMap
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for InjectionMap
impl RefUnwindSafe for InjectionMap
impl Send for InjectionMap
impl Sync for InjectionMap
impl Unpin for InjectionMap
impl UnsafeUnpin for InjectionMap
impl UnwindSafe for InjectionMap
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