pub struct IntoPageBufError;Expand description
Error in attempt to make wrong size page buffer.
Trait Implementations§
Source§impl Clone for IntoPageBufError
impl Clone for IntoPageBufError
Source§fn clone(&self) -> IntoPageBufError
fn clone(&self) -> IntoPageBufError
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 IntoPageBufError
impl Debug for IntoPageBufError
Source§impl Default for IntoPageBufError
impl Default for IntoPageBufError
Source§fn default() -> IntoPageBufError
fn default() -> IntoPageBufError
Returns the “default value” for a type. Read more
Source§impl Display for IntoPageBufError
impl Display for IntoPageBufError
impl Eq for IntoPageBufError
Source§impl Ord for IntoPageBufError
impl Ord for IntoPageBufError
Source§fn cmp(&self, other: &IntoPageBufError) -> Ordering
fn cmp(&self, other: &IntoPageBufError) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for IntoPageBufError
impl PartialEq for IntoPageBufError
Source§fn eq(&self, other: &IntoPageBufError) -> bool
fn eq(&self, other: &IntoPageBufError) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for IntoPageBufError
impl PartialOrd for IntoPageBufError
impl StructuralPartialEq for IntoPageBufError
Auto Trait Implementations§
impl Freeze for IntoPageBufError
impl RefUnwindSafe for IntoPageBufError
impl Send for IntoPageBufError
impl Sync for IntoPageBufError
impl Unpin for IntoPageBufError
impl UnsafeUnpin for IntoPageBufError
impl UnwindSafe for IntoPageBufError
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