Enum prc::prc_trait::ErrorPathPart
source · [−]Expand description
Used for the path of an error. Could be a hash (for structs) or an index (for a list)
Variants
Index(u32)
Hash(Hash40)
Trait Implementations
sourceimpl Clone for ErrorPathPart
impl Clone for ErrorPathPart
sourcefn clone(&self) -> ErrorPathPart
fn clone(&self) -> ErrorPathPart
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for ErrorPathPart
impl Debug for ErrorPathPart
sourceimpl PartialEq<ErrorPathPart> for ErrorPathPart
impl PartialEq<ErrorPathPart> for ErrorPathPart
sourcefn eq(&self, other: &ErrorPathPart) -> bool
fn eq(&self, other: &ErrorPathPart) -> bool
impl Copy for ErrorPathPart
impl StructuralPartialEq for ErrorPathPart
Auto Trait Implementations
impl RefUnwindSafe for ErrorPathPart
impl Send for ErrorPathPart
impl Sync for ErrorPathPart
impl Unpin for ErrorPathPart
impl UnwindSafe for ErrorPathPart
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more