Struct marker_api::sem::TextTy
source · #[repr(C)]pub struct TextTy<'ast> { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
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