pub struct CacheChecker {
pub checker: CheckerTool,
pub version: Option<String>,
pub sha: Option<String>,
}Fields§
§checker: CheckerTool§version: Option<String>§sha: Option<String>Trait Implementations§
Source§impl Clone for CacheChecker
impl Clone for CacheChecker
Source§fn clone(&self) -> CacheChecker
fn clone(&self) -> CacheChecker
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 moreSource§impl Debug for CacheChecker
impl Debug for CacheChecker
Source§impl<'__de, __A> Decode<'__de, Binary, __A> for CacheCheckerwhere
__A: Allocator,
impl<'__de, __A> Decode<'__de, Binary, __A> for CacheCheckerwhere
__A: Allocator,
Source§const IS_BITWISE_DECODE: bool = false
const IS_BITWISE_DECODE: bool = false
Whether the type is packed. Packed types can be bitwise copied if the
representation of the serialization format is identical to the memory
layout of the type. Read more
Source§impl<'__de, __A> Decode<'__de, Text, __A> for CacheCheckerwhere
__A: Allocator,
impl<'__de, __A> Decode<'__de, Text, __A> for CacheCheckerwhere
__A: Allocator,
Source§const IS_BITWISE_DECODE: bool = false
const IS_BITWISE_DECODE: bool = false
Whether the type is packed. Packed types can be bitwise copied if the
representation of the serialization format is identical to the memory
layout of the type. Read more
Source§impl Encode<Binary> for CacheChecker
impl Encode<Binary> for CacheChecker
Source§const IS_BITWISE_ENCODE: bool = false
const IS_BITWISE_ENCODE: bool = false
Whether the type is packed. Packed types can be bitwise copied if the
representation of the serialization format is identical to the memory
layout of the type. Read more
Source§type Encode = CacheChecker
type Encode = CacheChecker
The underlying type being encoded. Read more
Source§impl Encode<Text> for CacheChecker
impl Encode<Text> for CacheChecker
Source§const IS_BITWISE_ENCODE: bool = false
const IS_BITWISE_ENCODE: bool = false
Whether the type is packed. Packed types can be bitwise copied if the
representation of the serialization format is identical to the memory
layout of the type. Read more
Source§type Encode = CacheChecker
type Encode = CacheChecker
The underlying type being encoded. Read more
Source§impl Hash for CacheChecker
impl Hash for CacheChecker
Source§impl Ord for CacheChecker
impl Ord for CacheChecker
Source§fn cmp(&self, other: &CacheChecker) -> Ordering
fn cmp(&self, other: &CacheChecker) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for CacheChecker
impl PartialEq for CacheChecker
Source§impl PartialOrd for CacheChecker
impl PartialOrd for CacheChecker
impl Eq for CacheChecker
impl StructuralPartialEq for CacheChecker
Auto Trait Implementations§
impl Freeze for CacheChecker
impl RefUnwindSafe for CacheChecker
impl Send for CacheChecker
impl Sync for CacheChecker
impl Unpin for CacheChecker
impl UnwindSafe for CacheChecker
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> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
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.