Struct assembly_fdb::ro::handle::BaseError
source · pub struct BaseError<P: Deref>{ /* private fields */ }
Expand description
The basic error type
Implementations§
source§impl<P: Deref> BaseError<P>
impl<P: Deref> BaseError<P>
sourcepub fn unimplemented(mem: P) -> Self
pub fn unimplemented(mem: P) -> Self
Creates a new error of kind BaseErrorKind::Unimplemented
Trait Implementations§
source§impl<P: Deref + Debug> Error for BaseError<P>
impl<P: Deref + Debug> Error for BaseError<P>
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()
impl<P: Eq + Deref> Eq for BaseError<P>
impl<P: Deref> StructuralPartialEq for BaseError<P>
Auto Trait Implementations§
impl<P> Freeze for BaseError<P>where
P: Freeze,
impl<P> RefUnwindSafe for BaseError<P>where
P: RefUnwindSafe,
impl<P> Send for BaseError<P>where
P: Send,
impl<P> Sync for BaseError<P>where
P: Sync,
impl<P> Unpin for BaseError<P>where
P: Unpin,
impl<P> UnwindSafe for BaseError<P>where
P: UnwindSafe,
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)