pub struct ComponentMap { /* private fields */ }
Expand description
A map from component names to component functions.
Implementations§
Trait Implementations§
Source§impl Clone for ComponentMap
impl Clone for ComponentMap
Source§fn clone(&self) -> ComponentMap
fn clone(&self) -> ComponentMap
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 Default for ComponentMap
impl Default for ComponentMap
Source§fn default() -> ComponentMap
fn default() -> ComponentMap
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ComponentMap
impl !RefUnwindSafe for ComponentMap
impl !Send for ComponentMap
impl !Sync for ComponentMap
impl Unpin for ComponentMap
impl !UnwindSafe for ComponentMap
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