pub struct TypeNever {
pub bang_token: Bang,
}Expand description
The never type: !.
This type is available only if Syn is built with the "derive" or
"full" feature.
Fields
bang_token: BangTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TypeNever
impl !Send for TypeNever
impl !Sync for TypeNever
impl Unpin for TypeNever
impl UnwindSafe for TypeNever
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more