pub struct CstExprConstantInteger<'ast> {
pub value: AstString<'ast>,
}Fields§
§value: AstString<'ast>Trait Implementations§
Source§impl<'ast> Clone for CstExprConstantInteger<'ast>
impl<'ast> Clone for CstExprConstantInteger<'ast>
Source§fn clone(&self) -> CstExprConstantInteger<'ast>
fn clone(&self) -> CstExprConstantInteger<'ast>
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl<'ast> Copy for CstExprConstantInteger<'ast>
Source§impl<'ast> Debug for CstExprConstantInteger<'ast>
impl<'ast> Debug for CstExprConstantInteger<'ast>
impl<'ast> Eq for CstExprConstantInteger<'ast>
Source§impl<'ast> Hash for CstExprConstantInteger<'ast>
impl<'ast> Hash for CstExprConstantInteger<'ast>
Source§impl<'ast> PartialEq for CstExprConstantInteger<'ast>
impl<'ast> PartialEq for CstExprConstantInteger<'ast>
impl<'ast> StructuralPartialEq for CstExprConstantInteger<'ast>
Auto Trait Implementations§
impl<'ast> Freeze for CstExprConstantInteger<'ast>
impl<'ast> RefUnwindSafe for CstExprConstantInteger<'ast>
impl<'ast> Send for CstExprConstantInteger<'ast>
impl<'ast> Sync for CstExprConstantInteger<'ast>
impl<'ast> Unpin for CstExprConstantInteger<'ast>
impl<'ast> UnsafeUnpin for CstExprConstantInteger<'ast>
impl<'ast> UnwindSafe for CstExprConstantInteger<'ast>
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