pub struct UnresolvedPayload {}
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UnresolvedPayload
impl RefUnwindSafe for UnresolvedPayload
impl Send for UnresolvedPayload
impl Sync for UnresolvedPayload
impl Unpin for UnresolvedPayload
impl UnwindSafe for UnresolvedPayload
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