pub struct ScanCandidateFile {
pub path: PathBuf,
pub cache_key: String,
pub cache_signature: String,
}Fields§
§path: PathBuf§cache_key: String§cache_signature: StringTrait Implementations§
Source§impl Clone for ScanCandidateFile
impl Clone for ScanCandidateFile
Source§fn clone(&self) -> ScanCandidateFile
fn clone(&self) -> ScanCandidateFile
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 ScanCandidateFile
impl Debug for ScanCandidateFile
impl Eq for ScanCandidateFile
Source§impl PartialEq for ScanCandidateFile
impl PartialEq for ScanCandidateFile
Source§fn eq(&self, other: &ScanCandidateFile) -> bool
fn eq(&self, other: &ScanCandidateFile) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ScanCandidateFile
Auto Trait Implementations§
impl Freeze for ScanCandidateFile
impl RefUnwindSafe for ScanCandidateFile
impl Send for ScanCandidateFile
impl Sync for ScanCandidateFile
impl Unpin for ScanCandidateFile
impl UnsafeUnpin for ScanCandidateFile
impl UnwindSafe for ScanCandidateFile
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