pub struct PreprocessorError {
pub message: String,
}
Expand description
An #error preprocessor directive.
Fields§
§message: String
Trait Implementations§
Source§impl Clone for PreprocessorError
impl Clone for PreprocessorError
Source§fn clone(&self) -> PreprocessorError
fn clone(&self) -> PreprocessorError
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for PreprocessorError
impl Debug for PreprocessorError
Source§impl Host for PreprocessorError
impl Host for PreprocessorError
Source§impl HostMut for PreprocessorError
impl HostMut for PreprocessorError
Source§fn visit_mut<V>(&mut self, visitor: &mut V)where
V: VisitorMut,
fn visit_mut<V>(&mut self, visitor: &mut V)where
V: VisitorMut,
Visit an AST node.
Source§impl PartialEq for PreprocessorError
impl PartialEq for PreprocessorError
impl StructuralPartialEq for PreprocessorError
Auto Trait Implementations§
impl Freeze for PreprocessorError
impl RefUnwindSafe for PreprocessorError
impl Send for PreprocessorError
impl Sync for PreprocessorError
impl Unpin for PreprocessorError
impl UnwindSafe for PreprocessorError
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