pub struct ValueWrapper {
pub value: Value,
pub type: Type,
}Fields§
§value: Value§type: TypeImplementations§
Source§impl ValueWrapper
impl ValueWrapper
pub fn new(value: Value, type: Type) -> ValueWrapper
Auto Trait Implementations§
impl Freeze for ValueWrapper
impl RefUnwindSafe for ValueWrapper
impl Send for ValueWrapper
impl Sync for ValueWrapper
impl Unpin for ValueWrapper
impl UnwindSafe for ValueWrapper
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