pub struct Unresolved { /* private fields */ }
Implementations§
Source§impl Unresolved
impl Unresolved
pub fn result<'a>( &'a self, ) -> Result<&'a UnresolvedPayload, &'a UnresolvedError>
Trait Implementations§
Source§impl Debug for Unresolved
impl Debug for Unresolved
Source§impl Event for Unresolved
impl Event for Unresolved
Auto Trait Implementations§
impl Freeze for Unresolved
impl RefUnwindSafe for Unresolved
impl Send for Unresolved
impl Sync for Unresolved
impl Unpin for Unresolved
impl UnwindSafe for Unresolved
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