Enum marine_module_interface::it_interface::ITInterfaceError [−][src]
pub enum ITInterfaceError {
ITTypeNotFunction(u32),
NotFoundRecordTypeId(u64),
TooManyRecursionLevels,
MITInterfacesError(MITInterfacesError),
}Variants
ITTypeNotFunction(u32)NotFoundRecordTypeId(u64)MITInterfacesError(MITInterfacesError)Trait Implementations
impl Debug for ITInterfaceError[src]
impl Debug for ITInterfaceError[src]impl Display for ITInterfaceError[src]
impl Display for ITInterfaceError[src]impl Error for ITInterfaceError[src]
impl Error for ITInterfaceError[src]fn source(&self) -> Option<&(dyn Error + 'static)>[src]
fn source(&self) -> Option<&(dyn Error + 'static)>[src]The lower-level source of this error, if any. Read more
fn backtrace(&self) -> Option<&Backtrace>[src]
fn backtrace(&self) -> Option<&Backtrace>[src]🔬 This is a nightly-only experimental API. (
backtrace)Returns a stack backtrace, if available, of where this error occurred. Read more
fn description(&self) -> &str1.0.0[src]
fn description(&self) -> &str1.0.0[src]👎 Deprecated since 1.42.0:
use the Display impl or to_string()
impl From<ITInterfaceError> for InterfaceError[src]
impl From<ITInterfaceError> for InterfaceError[src]fn from(source: ITInterfaceError) -> Self[src]
fn from(source: ITInterfaceError) -> Self[src]Performs the conversion.
impl From<MITInterfacesError> for ITInterfaceError[src]
impl From<MITInterfacesError> for ITInterfaceError[src]fn from(source: MITInterfacesError) -> Self[src]
fn from(source: MITInterfacesError) -> Self[src]Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for ITInterfaceError
impl Send for ITInterfaceError
impl Sync for ITInterfaceError
impl Unpin for ITInterfaceError
impl UnwindSafe for ITInterfaceError
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]
pub fn borrow_mut(&mut self) -> &mut T[src]Mutably borrows from an owned value. Read more