#[repr(C)]pub struct TextTy<'ast> { /* private fields */ }
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'ast> Freeze for TextTy<'ast>
impl<'ast> RefUnwindSafe for TextTy<'ast>
impl<'ast> Send for TextTy<'ast>
impl<'ast> Sync for TextTy<'ast>
impl<'ast> Unpin for TextTy<'ast>
impl<'ast> UnwindSafe for TextTy<'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