pub struct RendyAutoInitError {
pub errors: Vec<(EnabledBackend, RendyInitError)>,
}
Expand description
Error type that may be returned by AnyRendy::init_auto
Fields§
§errors: Vec<(EnabledBackend, RendyInitError)>
Trait Implementations§
Source§impl Debug for RendyAutoInitError
impl Debug for RendyAutoInitError
Auto Trait Implementations§
impl Freeze for RendyAutoInitError
impl RefUnwindSafe for RendyAutoInitError
impl Send for RendyAutoInitError
impl Sync for RendyAutoInitError
impl Unpin for RendyAutoInitError
impl UnwindSafe for RendyAutoInitError
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