Struct superdiff::types::JsonBlockInfo
source · Fields§
§starting_line: usize§block_length: usizeTrait Implementations§
source§impl Debug for JsonBlockInfo
impl Debug for JsonBlockInfo
source§impl<'de> Deserialize<'de> for JsonBlockInfo
impl<'de> Deserialize<'de> for JsonBlockInfo
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 From<Match> for JsonBlockInfo
impl From<Match> for JsonBlockInfo
source§impl Hash for JsonBlockInfo
impl Hash for JsonBlockInfo
source§impl PartialEq<JsonBlockInfo> for JsonBlockInfo
impl PartialEq<JsonBlockInfo> for JsonBlockInfo
source§fn eq(&self, other: &JsonBlockInfo) -> bool
fn eq(&self, other: &JsonBlockInfo) -> bool
This method tests for
self and other values to be equal, and is used
by ==.