pub struct TestMapMetadata {
pub schema_version: u16,
pub path_norm_version: u16,
pub repo_root_id: Option<String>,
pub generated_at: u64,
pub granularity: String,
pub commit_sha: Option<String>,
pub created_at: Option<u64>,
pub toolchain_fingerprint: Option<String>,
}Fields§
§schema_version: u16§path_norm_version: u16§repo_root_id: Option<String>§generated_at: u64§granularity: String§commit_sha: Option<String>§created_at: Option<u64>§toolchain_fingerprint: Option<String>Trait Implementations§
Source§impl Clone for TestMapMetadata
impl Clone for TestMapMetadata
Source§fn clone(&self) -> TestMapMetadata
fn clone(&self) -> TestMapMetadata
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 TestMapMetadata
impl Debug for TestMapMetadata
Source§impl Default for TestMapMetadata
impl Default for TestMapMetadata
Source§impl<'de> Deserialize<'de> for TestMapMetadata
impl<'de> Deserialize<'de> for TestMapMetadata
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for TestMapMetadata
impl PartialEq for TestMapMetadata
Source§impl Serialize for TestMapMetadata
impl Serialize for TestMapMetadata
impl Eq for TestMapMetadata
impl StructuralPartialEq for TestMapMetadata
Auto Trait Implementations§
impl Freeze for TestMapMetadata
impl RefUnwindSafe for TestMapMetadata
impl Send for TestMapMetadata
impl Sync for TestMapMetadata
impl Unpin for TestMapMetadata
impl UnsafeUnpin for TestMapMetadata
impl UnwindSafe for TestMapMetadata
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> 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.