Enum coaster_nn::frameworks::cuda::WrappingError
source · pub enum WrappingError {
Misc(&'static str),
Inner(Error),
}
Variants§
Trait Implementations§
source§impl Debug for WrappingError
impl Debug for WrappingError
source§impl Display for WrappingError
impl Display for WrappingError
source§impl Error for WrappingError
impl Error for WrappingError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
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()
source§impl From<Error> for WrappingError
impl From<Error> for WrappingError
source§impl Into<Error> for WrappingError
impl Into<Error> for WrappingError
source§impl Into<Error> for WrappingError
impl Into<Error> for WrappingError
source§fn into(self) -> PluginError
fn into(self) -> PluginError
Converts this type into the (usually inferred) input type.
Auto Trait Implementations§
impl RefUnwindSafe for WrappingError
impl Send for WrappingError
impl Sync for WrappingError
impl Unpin for WrappingError
impl UnwindSafe for WrappingError
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