pub struct CstExprInterpString<'ast> {
pub source_strings: Vec<AstString<'ast>>,
pub string_positions: Vec<Position>,
}Fields§
§source_strings: Vec<AstString<'ast>>§string_positions: Vec<Position>Trait Implementations§
Source§impl<'ast> Clone for CstExprInterpString<'ast>
impl<'ast> Clone for CstExprInterpString<'ast>
Source§fn clone(&self) -> CstExprInterpString<'ast>
fn clone(&self) -> CstExprInterpString<'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 moreSource§impl<'ast> Debug for CstExprInterpString<'ast>
impl<'ast> Debug for CstExprInterpString<'ast>
Source§impl<'ast> PartialEq for CstExprInterpString<'ast>
impl<'ast> PartialEq for CstExprInterpString<'ast>
impl<'ast> StructuralPartialEq for CstExprInterpString<'ast>
Auto Trait Implementations§
impl<'ast> Freeze for CstExprInterpString<'ast>
impl<'ast> RefUnwindSafe for CstExprInterpString<'ast>
impl<'ast> Send for CstExprInterpString<'ast>
impl<'ast> Sync for CstExprInterpString<'ast>
impl<'ast> Unpin for CstExprInterpString<'ast>
impl<'ast> UnsafeUnpin for CstExprInterpString<'ast>
impl<'ast> UnwindSafe for CstExprInterpString<'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