pub struct MissingNodeChildError<'tree> {
pub node: Node<'tree>,
pub field_id: u16,
}Fields§
§node: Node<'tree>§field_id: u16Implementations§
Trait Implementations§
Source§impl<'tree> Debug for MissingNodeChildError<'tree>
impl<'tree> Debug for MissingNodeChildError<'tree>
Source§impl<'tree> Display for MissingNodeChildError<'tree>
impl<'tree> Display for MissingNodeChildError<'tree>
Source§impl<'tree> Error for MissingNodeChildError<'tree>
impl<'tree> Error for MissingNodeChildError<'tree>
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0:
use the Display impl or to_string()
Auto Trait Implementations§
impl<'tree> Freeze for MissingNodeChildError<'tree>
impl<'tree> RefUnwindSafe for MissingNodeChildError<'tree>
impl<'tree> Send for MissingNodeChildError<'tree>
impl<'tree> Sync for MissingNodeChildError<'tree>
impl<'tree> Unpin for MissingNodeChildError<'tree>
impl<'tree> UnsafeUnpin for MissingNodeChildError<'tree>
impl<'tree> UnwindSafe for MissingNodeChildError<'tree>
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