pub struct AstString<'ast> { /* private fields */ }Implementations§
Trait Implementations§
impl<'ast> Copy for AstString<'ast>
impl<'ast> Eq for AstString<'ast>
impl<'ast> StructuralPartialEq for AstString<'ast>
Auto Trait Implementations§
impl<'ast> Freeze for AstString<'ast>
impl<'ast> RefUnwindSafe for AstString<'ast>
impl<'ast> Send for AstString<'ast>
impl<'ast> Sync for AstString<'ast>
impl<'ast> Unpin for AstString<'ast>
impl<'ast> UnsafeUnpin for AstString<'ast>
impl<'ast> UnwindSafe for AstString<'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