pub struct GetFailed { /* private fields */ }Expand description
A failure to find a particular type in the local context.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GetFailed
impl RefUnwindSafe for GetFailed
impl !Send for GetFailed
impl !Sync for GetFailed
impl Unpin for GetFailed
impl UnsafeUnpin for GetFailed
impl UnwindSafe for GetFailed
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