pub struct ContextRootError {
pub expected_entity_type: String,
pub actual_root: Option<ContextEntityRef>,
}Fields§
§expected_entity_type: String§actual_root: Option<ContextEntityRef>Trait Implementations§
Source§impl Clone for ContextRootError
impl Clone for ContextRootError
Source§fn clone(&self) -> ContextRootError
fn clone(&self) -> ContextRootError
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ContextRootError
impl Debug for ContextRootError
Source§impl Display for ContextRootError
impl Display for ContextRootError
impl Eq for ContextRootError
Source§impl Error for ContextRootError
impl Error for ContextRootError
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()
Source§impl PartialEq for ContextRootError
impl PartialEq for ContextRootError
impl StructuralPartialEq for ContextRootError
Auto Trait Implementations§
impl Freeze for ContextRootError
impl RefUnwindSafe for ContextRootError
impl Send for ContextRootError
impl Sync for ContextRootError
impl Unpin for ContextRootError
impl UnsafeUnpin for ContextRootError
impl UnwindSafe for ContextRootError
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