pub struct PendingResolverEntry {
pub resolver: ResolverType,
pub input: Value,
pub targets: Vec<ResolverTarget>,
pub queued_at: i64,
}Fields§
§resolver: ResolverType§input: Value§targets: Vec<ResolverTarget>§queued_at: i64Trait Implementations§
Source§impl Clone for PendingResolverEntry
impl Clone for PendingResolverEntry
Source§fn clone(&self) -> PendingResolverEntry
fn clone(&self) -> PendingResolverEntry
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 moreAuto Trait Implementations§
impl Freeze for PendingResolverEntry
impl RefUnwindSafe for PendingResolverEntry
impl Send for PendingResolverEntry
impl Sync for PendingResolverEntry
impl Unpin for PendingResolverEntry
impl UnsafeUnpin for PendingResolverEntry
impl UnwindSafe for PendingResolverEntry
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