pub struct ParameterMap { /* private fields */ }Expand description
Map for aggregating parameters from multiple pipeline branches
Implementations§
Trait Implementations§
Source§impl Clone for ParameterMap
impl Clone for ParameterMap
Source§fn clone(&self) -> ParameterMap
fn clone(&self) -> ParameterMap
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 ParameterMap
impl Debug for ParameterMap
Auto Trait Implementations§
impl Freeze for ParameterMap
impl RefUnwindSafe for ParameterMap
impl Send for ParameterMap
impl Sync for ParameterMap
impl Unpin for ParameterMap
impl UnwindSafe for ParameterMap
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