Struct darklua_core::DarkluaError
source · pub struct DarkluaError { /* private fields */ }Trait Implementations§
source§impl Clone for DarkluaError
impl Clone for DarkluaError
source§fn clone(&self) -> DarkluaError
fn clone(&self) -> DarkluaError
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 DarkluaError
impl Debug for DarkluaError
Auto Trait Implementations§
impl RefUnwindSafe for DarkluaError
impl Send for DarkluaError
impl Sync for DarkluaError
impl Unpin for DarkluaError
impl UnwindSafe for DarkluaError
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