pub enum UnityInterfaceCreateErr {
NullPtr,
}
Expand description
An error during the construction of the main UnityInterfaces wrapper
Variants§
NullPtr
User provided a NULL pointer
Trait Implementations§
Source§impl Debug for UnityInterfaceCreateErr
impl Debug for UnityInterfaceCreateErr
Source§impl Display for UnityInterfaceCreateErr
impl Display for UnityInterfaceCreateErr
Source§impl Error for UnityInterfaceCreateErr
impl Error for UnityInterfaceCreateErr
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
Auto Trait Implementations§
impl Freeze for UnityInterfaceCreateErr
impl RefUnwindSafe for UnityInterfaceCreateErr
impl Send for UnityInterfaceCreateErr
impl Sync for UnityInterfaceCreateErr
impl Unpin for UnityInterfaceCreateErr
impl UnwindSafe for UnityInterfaceCreateErr
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