Struct wasmer_types::PageCountOutOfRange
source · [−]pub struct PageCountOutOfRange;
Expand description
The only error that can happen when converting Bytes
to Pages
Trait Implementations
sourceimpl Clone for PageCountOutOfRange
impl Clone for PageCountOutOfRange
sourcefn clone(&self) -> PageCountOutOfRange
fn clone(&self) -> PageCountOutOfRange
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for PageCountOutOfRange
impl Debug for PageCountOutOfRange
sourceimpl Display for PageCountOutOfRange
impl Display for PageCountOutOfRange
sourceimpl Error for PageCountOutOfRange
impl Error for PageCountOutOfRange
1.30.0 · 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
sourcefn backtrace(&self) -> Option<&Backtrace>
fn backtrace(&self) -> Option<&Backtrace>
🔬 This is a nightly-only experimental API. (
backtrace
)Returns a stack backtrace, if available, of where this error occurred. 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()
impl Copy for PageCountOutOfRange
impl StructuralPartialEq for PageCountOutOfRange
Auto Trait Implementations
impl RefUnwindSafe for PageCountOutOfRange
impl Send for PageCountOutOfRange
impl Sync for PageCountOutOfRange
impl Unpin for PageCountOutOfRange
impl UnwindSafe for PageCountOutOfRange
Blanket Implementations
sourceimpl<T> ArchivePointee for T
impl<T> ArchivePointee for T
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.
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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