pub struct SemanticsValidationError {
pub node: NodeId,
pub kind: SemanticsValidationErrorKind,
}Fields§
§node: NodeId§kind: SemanticsValidationErrorKindTrait Implementations§
Source§impl Clone for SemanticsValidationError
impl Clone for SemanticsValidationError
Source§fn clone(&self) -> SemanticsValidationError
fn clone(&self) -> SemanticsValidationError
Returns a duplicate 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 SemanticsValidationError
impl Debug for SemanticsValidationError
Source§impl PartialEq for SemanticsValidationError
impl PartialEq for SemanticsValidationError
impl Eq for SemanticsValidationError
impl StructuralPartialEq for SemanticsValidationError
Auto Trait Implementations§
impl Freeze for SemanticsValidationError
impl RefUnwindSafe for SemanticsValidationError
impl Send for SemanticsValidationError
impl Sync for SemanticsValidationError
impl Unpin for SemanticsValidationError
impl UnsafeUnpin for SemanticsValidationError
impl UnwindSafe for SemanticsValidationError
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