pub struct PrimValue {
pub tag: String,
pub raw: Option<Value>,
}
Fields§
§tag: String
§raw: Option<Value>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PrimValue
impl RefUnwindSafe for PrimValue
impl Send for PrimValue
impl Sync for PrimValue
impl Unpin for PrimValue
impl UnwindSafe for PrimValue
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