pub struct CacheRepo {
pub user: XString,
pub repo: XString,
pub sha: String,
pub branch: XString,
}Fields§
§user: XString§repo: XString§sha: String§branch: XStringImplementations§
Trait Implementations§
Source§impl<'__de, __A> Decode<'__de, Binary, __A> for CacheRepowhere
__A: Allocator,
impl<'__de, __A> Decode<'__de, Binary, __A> for CacheRepowhere
__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 CacheRepowhere
__A: Allocator,
impl<'__de, __A> Decode<'__de, Text, __A> for CacheRepowhere
__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 CacheRepo
impl Encode<Binary> for CacheRepo
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 CacheRepo
impl Encode<Text> for CacheRepo
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 CacheRepo
impl Ord for CacheRepo
Source§impl PartialOrd for CacheRepo
impl PartialOrd for CacheRepo
impl Eq for CacheRepo
impl StructuralPartialEq for CacheRepo
Auto Trait Implementations§
impl Freeze for CacheRepo
impl RefUnwindSafe for CacheRepo
impl Send for CacheRepo
impl Sync for CacheRepo
impl Unpin for CacheRepo
impl UnwindSafe for CacheRepo
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.