Enum gimli::write::ConvertError [−][src]
An error that occurred when converting a read value into a write value.
Variants
Read(Error)
An error occurred when reading.
Writing of this attribute value is not implemented yet.
This attribute value is an invalid name/form combination.
A .debug_info
reference does not refer to a valid entry.
An address could not be converted.
Writing this line number instruction is not implemented yet.
Writing this form of line string is not implemented yet.
A .debug_line
file index is invalid.
A .debug_line
directory index is invalid.
A .debug_line
line base is invalid.
A .debug_line
reference is invalid.
A .debug_info
unit entry reference is invalid.
A .debug_info
reference is invalid.
Invalid relative address in a range list.
Writing this CFI instruction is not implemented yet.
Writing indirect pointers is not implemented yet.
Writing this expression operation is not implemented yet.
Operation branch target is invalid.
Writing this unit type is not supported yet.
Trait Implementations
impl Clone for ConvertError
[src]
fn clone(&self) -> ConvertError
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Copy for ConvertError
[src]
impl Debug for ConvertError
[src]
impl Display for ConvertError
[src]
impl Eq for ConvertError
[src]
impl Error for ConvertError
[src]
pub fn source(&self) -> Option<&(dyn Error + 'static)>
1.30.0[src]
pub fn backtrace(&self) -> Option<&Backtrace>
[src]
pub fn description(&self) -> &str
1.0.0[src]
pub fn cause(&self) -> Option<&dyn Error>
1.0.0[src]
impl From<Error> for ConvertError
[src]
impl PartialEq<ConvertError> for ConvertError
[src]
fn eq(&self, other: &ConvertError) -> bool
[src]
fn ne(&self, other: &ConvertError) -> bool
[src]
impl StructuralEq for ConvertError
[src]
impl StructuralPartialEq for ConvertError
[src]
Auto Trait Implementations
impl RefUnwindSafe for ConvertError
impl Send for ConvertError
impl Sync for ConvertError
impl Unpin for ConvertError
impl UnwindSafe for ConvertError
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized,
[src]
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized,
pub fn equivalent(&self, key: &K) -> bool
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T
[src]
pub fn clone_into(&self, target: &mut T)
[src]
impl<T> ToString for T where
T: Display + ?Sized,
[src]
T: Display + ?Sized,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,