pub struct ConstNode {
pub range: Range,
pub field_type: FieldTypeNode,
pub identifier: IdentifierNode,
pub value: ConstValueNode,
}Fields§
§range: Range§field_type: FieldTypeNode§identifier: IdentifierNode§value: ConstValueNodeTrait Implementations§
Auto Trait Implementations§
impl Freeze for ConstNode
impl RefUnwindSafe for ConstNode
impl Send for ConstNode
impl Sync for ConstNode
impl Unpin for ConstNode
impl UnsafeUnpin for ConstNode
impl UnwindSafe for ConstNode
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