Struct marker_api::ast::NeverTy
source · #[repr(C)]pub struct NeverTy<'ast> { /* private fields */ }Expand description
The syntactic representation of the never type !.
Trait Implementations§
Auto Trait Implementations§
impl<'ast> RefUnwindSafe for NeverTy<'ast>
impl<'ast> Send for NeverTy<'ast>
impl<'ast> Sync for NeverTy<'ast>
impl<'ast> Unpin for NeverTy<'ast>
impl<'ast> UnwindSafe for NeverTy<'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