#[repr(u8)]pub enum AssembleError {
IoError(Error),
LabelNotSet(Label),
}
Variants§
Trait Implementations§
Source§impl Debug for AssembleError
impl Debug for AssembleError
Auto Trait Implementations§
impl Freeze for AssembleError
impl !RefUnwindSafe for AssembleError
impl Send for AssembleError
impl Sync for AssembleError
impl Unpin for AssembleError
impl !UnwindSafe for AssembleError
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