pub struct ConstValueNode {
pub range: Range,
pub value: String,
}Fields§
§range: Range§value: StringTrait Implementations§
Source§impl Debug for ConstValueNode
impl Debug for ConstValueNode
Auto Trait Implementations§
impl Freeze for ConstValueNode
impl RefUnwindSafe for ConstValueNode
impl Send for ConstValueNode
impl Sync for ConstValueNode
impl Unpin for ConstValueNode
impl UnsafeUnpin for ConstValueNode
impl UnwindSafe for ConstValueNode
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