pub struct UnitInitError;
Expand description
Error code returned when Unit could not be initialized.
Trait Implementations§
Source§impl Clone for UnitInitError
impl Clone for UnitInitError
Source§fn clone(&self) -> UnitInitError
fn clone(&self) -> UnitInitError
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 UnitInitError
impl Debug for UnitInitError
impl Copy for UnitInitError
Auto Trait Implementations§
impl Freeze for UnitInitError
impl RefUnwindSafe for UnitInitError
impl Send for UnitInitError
impl Sync for UnitInitError
impl Unpin for UnitInitError
impl UnwindSafe for UnitInitError
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