Enum rkyv_test::rc::validation::SharedPointerError
source · [−]pub enum SharedPointerError<T, R, C> {
PointerCheckBytesError(T),
ValueCheckBytesError(R),
ContextError(C),
}Expand description
Errors that can occur while checking archived shared pointers.
Variants
PointerCheckBytesError(T)
An error occurred while checking the bytes of a shared value
ValueCheckBytesError(R)
An error occurred while checking the bytes of a shared reference
ContextError(C)
A context error occurred
Trait Implementations
sourcefn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · sourcefn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0:
use the Display impl or to_string()
Auto Trait Implementations
Blanket Implementations
type ArchivedMetadata = ()
type ArchivedMetadata = ()
The archived version of the pointer metadata for this type.
sourcefn pointer_metadata(
&<T as ArchivePointee>::ArchivedMetadata
) -> <T as Pointee>::Metadata
fn pointer_metadata(
&<T as ArchivePointee>::ArchivedMetadata
) -> <T as Pointee>::Metadata
Converts some archived metadata to the pointer metadata for itself.
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourcefn layout_raw(*const T) -> Layout
fn layout_raw(*const T) -> Layout
Gets the layout of the type.