Enum assembly_fdb::ro::handle::BaseErrorKind
source · pub enum BaseErrorKind {
Unimplemented,
Buffer(BufferError),
}
Expand description
The different kinds of BaseError
s
Variants§
Trait Implementations§
source§impl Clone for BaseErrorKind
impl Clone for BaseErrorKind
source§fn clone(&self) -> BaseErrorKind
fn clone(&self) -> BaseErrorKind
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for BaseErrorKind
impl Debug for BaseErrorKind
source§impl Display for BaseErrorKind
impl Display for BaseErrorKind
source§impl From<BufferError> for BaseErrorKind
impl From<BufferError> for BaseErrorKind
source§fn from(b: BufferError) -> Self
fn from(b: BufferError) -> Self
Converts to this type from the input type.
source§impl PartialEq for BaseErrorKind
impl PartialEq for BaseErrorKind
impl Eq for BaseErrorKind
impl StructuralPartialEq for BaseErrorKind
Auto Trait Implementations§
impl Freeze for BaseErrorKind
impl RefUnwindSafe for BaseErrorKind
impl Send for BaseErrorKind
impl Sync for BaseErrorKind
impl Unpin for BaseErrorKind
impl UnwindSafe for BaseErrorKind
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
)