pub struct Parameters { /* private fields */ }
Expand description
Dictionary of retrieved parameters.
Implementations§
Source§impl Parameters
impl Parameters
pub fn get(&self, key: ParameterKind) -> Option<Parameter>
Trait Implementations§
Source§impl From<&Parameters> for Vec<Parameter>
impl From<&Parameters> for Vec<Parameter>
Source§fn from(parameters: &Parameters) -> Self
fn from(parameters: &Parameters) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for Parameters
impl RefUnwindSafe for Parameters
impl !Send for Parameters
impl !Sync for Parameters
impl Unpin for Parameters
impl UnwindSafe for Parameters
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