Struct object::read::Error [−][src]
pub struct Error(_);
The error type used within the read module.
Trait Implementations
impl Clone for Error[src]
impl Clone for Error[src]fn clone(&self) -> Error[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for Error[src]
impl Eq for Error[src]
impl StructuralEq for Error[src]
impl StructuralPartialEq for Error[src]
Auto Trait Implementations
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> ToOwned for T where
T: Clone, [src]
impl<T> ToOwned for T where
T: Clone, [src]type Owned = T
The resulting type after obtaining ownership.