pub enum HeapIoError {
Closed,
NotFile,
}
Variants§
Trait Implementations§
Source§impl Clone for HeapIoError
impl Clone for HeapIoError
Source§fn clone(&self) -> HeapIoError
fn clone(&self) -> HeapIoError
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 HeapIoError
impl Debug for HeapIoError
impl Copy for HeapIoError
Auto Trait Implementations§
impl Freeze for HeapIoError
impl RefUnwindSafe for HeapIoError
impl Send for HeapIoError
impl Sync for HeapIoError
impl Unpin for HeapIoError
impl UnwindSafe for HeapIoError
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