pub enum LinkerError {
UnmetImport,
}
Variants§
UnmetImport
Trait Implementations§
Source§impl Clone for LinkerError
impl Clone for LinkerError
Source§fn clone(&self) -> LinkerError
fn clone(&self) -> LinkerError
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 LinkerError
impl Debug for LinkerError
Source§impl Display for LinkerError
impl Display for LinkerError
Source§impl PartialEq for LinkerError
impl PartialEq for LinkerError
impl Eq for LinkerError
impl StructuralPartialEq for LinkerError
Auto Trait Implementations§
impl Freeze for LinkerError
impl RefUnwindSafe for LinkerError
impl Send for LinkerError
impl Sync for LinkerError
impl Unpin for LinkerError
impl UnwindSafe for LinkerError
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