pub struct ErrorSig {
pub module: String,
pub name: String,
pub fallible: bool,
pub errors: ErrorSet,
pub declared: Option<ErrorSet>,
pub asserts_never: bool,
pub span: Span,
}Fields§
§module: String§name: String§fallible: bool§errors: ErrorSet§declared: Option<ErrorSet>§asserts_never: bool§span: SpanTrait Implementations§
Auto Trait Implementations§
impl Freeze for ErrorSig
impl RefUnwindSafe for ErrorSig
impl Send for ErrorSig
impl Sync for ErrorSig
impl Unpin for ErrorSig
impl UnsafeUnpin for ErrorSig
impl UnwindSafe for ErrorSig
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