[][src]Struct attribution::DynamicParameters

pub struct DynamicParameters(_);

Methods

impl DynamicParameters[src]

pub fn map<__SHRINKWRAP_T, __SHRINKWRAP_F: FnMut(Parameters) -> __SHRINKWRAP_T>(
    self,
    f: __SHRINKWRAP_F
) -> __SHRINKWRAP_T
[src]

Map a function over the wrapped value, consuming it in the process.

pub fn map_ref<__SHRINKWRAP_T, __SHRINKWRAP_F: FnMut(&Parameters) -> __SHRINKWRAP_T>(
    &self,
    f: __SHRINKWRAP_F
) -> __SHRINKWRAP_T
[src]

Map a function over the wrapped value without consuming it.

impl DynamicParameters[src]

pub fn new() -> Self[src]

Methods from Deref<Target = Parameters>

pub fn map_ref<__SHRINKWRAP_T, __SHRINKWRAP_F: FnMut(&HashMap<String, ParamVal>) -> __SHRINKWRAP_T>(
    &self,
    f: __SHRINKWRAP_F
) -> __SHRINKWRAP_T
[src]

Map a function over the wrapped value without consuming it.

Trait Implementations

impl FromParameters for DynamicParameters[src]

impl AsMut<Parameters> for DynamicParameters[src]

impl Default for DynamicParameters[src]

impl AsRef<Parameters> for DynamicParameters[src]

impl Deref for DynamicParameters[src]

type Target = Parameters

The resulting type after dereferencing.

impl DerefMut for DynamicParameters[src]

impl Borrow<Parameters> for DynamicParameters[src]

impl BorrowMut<Parameters> for DynamicParameters[src]

Auto Trait Implementations

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]