pub struct CacheCmd {
pub cmd: String,
pub target: String,
pub channel: String,
pub env: IndexMap<String, String>,
pub features: Vec<XString>,
pub flags: Vec<XString>,
}Fields§
§cmd: String§target: String§channel: StringFIXME: channel 转换回 RustToolchain 会丢失额外的信息
env: IndexMap<String, String>§features: Vec<XString>§flags: Vec<XString>rustcflags
Trait Implementations§
Source§impl<'__de, __A> Decode<'__de, Binary, __A> for CacheCmdwhere
__A: Allocator,
impl<'__de, __A> Decode<'__de, Binary, __A> for CacheCmdwhere
__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 CacheCmdwhere
__A: Allocator,
impl<'__de, __A> Decode<'__de, Text, __A> for CacheCmdwhere
__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 CacheCmd
impl Encode<Binary> for CacheCmd
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§impl Encode<Text> for CacheCmd
impl Encode<Text> for CacheCmd
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§impl Ord for CacheCmd
impl Ord for CacheCmd
Source§impl PartialOrd for CacheCmd
impl PartialOrd for CacheCmd
impl Eq for CacheCmd
impl StructuralPartialEq for CacheCmd
Auto Trait Implementations§
impl Freeze for CacheCmd
impl RefUnwindSafe for CacheCmd
impl Send for CacheCmd
impl Sync for CacheCmd
impl Unpin for CacheCmd
impl UnwindSafe for CacheCmd
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.