pub struct ResourceInitError;Expand description
Indicates that a resource has not been registered successfully
Trait Implementations§
Source§impl Clone for ResourceInitError
impl Clone for ResourceInitError
Source§fn clone(&self) -> ResourceInitError
fn clone(&self) -> ResourceInitError
Returns a duplicate 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 ResourceInitError
impl Debug for ResourceInitError
impl Copy for ResourceInitError
Auto Trait Implementations§
impl Freeze for ResourceInitError
impl RefUnwindSafe for ResourceInitError
impl Send for ResourceInitError
impl Sync for ResourceInitError
impl Unpin for ResourceInitError
impl UnwindSafe for ResourceInitError
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