pub enum ExprReconstructorHint {
NoHint,
UnsignedNumberHint,
AddressHint,
StrHint,
CodeHint,
}Variants§
Auto Trait Implementations§
impl Freeze for ExprReconstructorHint
impl RefUnwindSafe for ExprReconstructorHint
impl Send for ExprReconstructorHint
impl Sync for ExprReconstructorHint
impl Unpin for ExprReconstructorHint
impl UnwindSafe for ExprReconstructorHint
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