pub(super) struct TbError<'node> {
pub error_kind: TransitionError,
pub access_info: &'node DiagnosticInfo,
pub conflicting_node_info: &'node NodeDebugInfo,
pub accessed_node_info: Option<&'node NodeDebugInfo>,
}Expand description
Failures that can occur during the execution of Tree Borrows procedures.
Fields§
§error_kind: TransitionErrorWhat failure occurred.
access_info: &'node DiagnosticInfoDiagnostic data about the access that caused the error.
conflicting_node_info: &'node NodeDebugInfoThe tag on which the error was triggered. On protector violations, this is the tag that was protected. On accesses rejected due to insufficient permissions, this is the tag that lacked those permissions.
accessed_node_info: Option<&'node NodeDebugInfo>Which tag, if any, the access that caused this error was made through, i.e. which tag was used to read/write/deallocate. Not set on wildcard accesses.
Implementations§
Auto Trait Implementations§
impl<'node> Freeze for TbError<'node>
impl<'node> RefUnwindSafe for TbError<'node>
impl<'node> Send for TbError<'node>
impl<'node> Sync for TbError<'node>
impl<'node> Unpin for TbError<'node>
impl<'node> UnwindSafe for TbError<'node>
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...) attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 32 bytes