pub struct CandidateQuery {
pub package: CanonicalPackageId,
pub source_registry: RegistryId,
pub offline: bool,
}Fields§
§package: CanonicalPackageId§source_registry: RegistryId§offline: boolTrait Implementations§
Source§impl Clone for CandidateQuery
impl Clone for CandidateQuery
Source§fn clone(&self) -> CandidateQuery
fn clone(&self) -> CandidateQuery
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for CandidateQuery
impl Debug for CandidateQuery
impl Eq for CandidateQuery
Source§impl PartialEq for CandidateQuery
impl PartialEq for CandidateQuery
impl StructuralPartialEq for CandidateQuery
Auto Trait Implementations§
impl Freeze for CandidateQuery
impl RefUnwindSafe for CandidateQuery
impl Send for CandidateQuery
impl Sync for CandidateQuery
impl Unpin for CandidateQuery
impl UnsafeUnpin for CandidateQuery
impl UnwindSafe for CandidateQuery
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.