Struct core_wasm_ast::Value
source · pub struct Value<T> {
pub value: T,
pub start_offset: usize,
pub end_offset: usize,
}
Fields§
§value: T
§start_offset: usize
§end_offset: usize
Implementations§
Trait Implementations§
source§impl<T: PartialEq> PartialEq<Value<T>> for Value<T>
impl<T: PartialEq> PartialEq<Value<T>> for Value<T>
impl<T> StructuralPartialEq for Value<T>
Auto Trait Implementations§
impl<T> RefUnwindSafe for Value<T>where T: RefUnwindSafe,
impl<T> Send for Value<T>where T: Send,
impl<T> Sync for Value<T>where T: Sync,
impl<T> Unpin for Value<T>where T: Unpin,
impl<T> UnwindSafe for Value<T>where T: UnwindSafe,
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