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 copy of the value. Read more
1.0.0 · 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
Source§impl PartialEq for IntoPageBufError
impl PartialEq for IntoPageBufError
Source§impl TypeInfo for IntoPageBufError
impl TypeInfo for IntoPageBufError
impl Eq 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 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