pub struct ParameterValue(/* private fields */);
Trait Implementations§
Source§impl From<&str> for ParameterValue
impl From<&str> for ParameterValue
Source§impl From<String> for ParameterValue
impl From<String> for ParameterValue
Source§impl From<bool> for ParameterValue
impl From<bool> for ParameterValue
Auto Trait Implementations§
impl Freeze for ParameterValue
impl RefUnwindSafe for ParameterValue
impl Send for ParameterValue
impl Sync for ParameterValue
impl Unpin for ParameterValue
impl UnwindSafe for ParameterValue
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