pub struct ValueString;
Expand description
Implements Value
for all types implementing AsRef<str>
.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ValueString
impl RefUnwindSafe for ValueString
impl Send for ValueString
impl Sync for ValueString
impl Unpin for ValueString
impl UnwindSafe for ValueString
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