pub enum DtError {
Fdt(Error),
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DtError
impl RefUnwindSafe for DtError
impl Send for DtError
impl Sync for DtError
impl Unpin for DtError
impl UnwindSafe for DtError
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