pub struct PrefetchCandidate {
pub cache_key: String,
pub crate_name: String,
}Fields§
§cache_key: String§crate_name: StringTrait Implementations§
Source§impl Clone for PrefetchCandidate
impl Clone for PrefetchCandidate
Source§fn clone(&self) -> PrefetchCandidate
fn clone(&self) -> PrefetchCandidate
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 PrefetchCandidate
impl Debug for PrefetchCandidate
Source§impl<'de> Deserialize<'de> for PrefetchCandidate
impl<'de> Deserialize<'de> for PrefetchCandidate
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for PrefetchCandidate
impl PartialEq for PrefetchCandidate
Source§fn eq(&self, other: &PrefetchCandidate) -> bool
fn eq(&self, other: &PrefetchCandidate) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for PrefetchCandidate
impl Serialize for PrefetchCandidate
impl Eq for PrefetchCandidate
impl StructuralPartialEq for PrefetchCandidate
Auto Trait Implementations§
impl Freeze for PrefetchCandidate
impl RefUnwindSafe for PrefetchCandidate
impl Send for PrefetchCandidate
impl Sync for PrefetchCandidate
impl Unpin for PrefetchCandidate
impl UnsafeUnpin for PrefetchCandidate
impl UnwindSafe for PrefetchCandidate
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