pub struct CacheRepoKeyCmd {
pub pkg_name: XString,
pub checker: CacheChecker,
pub cmd: CacheCmd,
}Fields§
§pkg_name: XString§checker: CacheChecker§cmd: CacheCmdTrait Implementations§
Source§impl Clone for CacheRepoKeyCmd
impl Clone for CacheRepoKeyCmd
Source§fn clone(&self) -> CacheRepoKeyCmd
fn clone(&self) -> CacheRepoKeyCmd
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 CacheRepoKeyCmd
impl Debug for CacheRepoKeyCmd
Source§impl<'__de, __A> Decode<'__de, Binary, __A> for CacheRepoKeyCmdwhere
__A: Allocator,
impl<'__de, __A> Decode<'__de, Binary, __A> for CacheRepoKeyCmdwhere
__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 CacheRepoKeyCmdwhere
__A: Allocator,
impl<'__de, __A> Decode<'__de, Text, __A> for CacheRepoKeyCmdwhere
__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 CacheRepoKeyCmd
impl Encode<Binary> for CacheRepoKeyCmd
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 = CacheRepoKeyCmd
type Encode = CacheRepoKeyCmd
The underlying type being encoded. Read more
Source§impl Encode<Text> for CacheRepoKeyCmd
impl Encode<Text> for CacheRepoKeyCmd
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 = CacheRepoKeyCmd
type Encode = CacheRepoKeyCmd
The underlying type being encoded. Read more
Source§impl Hash for CacheRepoKeyCmd
impl Hash for CacheRepoKeyCmd
Source§impl Ord for CacheRepoKeyCmd
impl Ord for CacheRepoKeyCmd
Source§fn cmp(&self, other: &CacheRepoKeyCmd) -> Ordering
fn cmp(&self, other: &CacheRepoKeyCmd) -> 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 CacheRepoKeyCmd
impl PartialEq for CacheRepoKeyCmd
Source§impl PartialOrd for CacheRepoKeyCmd
impl PartialOrd for CacheRepoKeyCmd
impl Eq for CacheRepoKeyCmd
impl StructuralPartialEq for CacheRepoKeyCmd
Auto Trait Implementations§
impl Freeze for CacheRepoKeyCmd
impl RefUnwindSafe for CacheRepoKeyCmd
impl Send for CacheRepoKeyCmd
impl Sync for CacheRepoKeyCmd
impl Unpin for CacheRepoKeyCmd
impl UnwindSafe for CacheRepoKeyCmd
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.