pub struct DecodingFunctionScore {
pub score: f64,
pub xrefs_to: u64,
}Expand description
被识别为“字符串解码函数”的评分信息。
Fields§
§score: f64§xrefs_to: u64Trait Implementations§
Source§impl Clone for DecodingFunctionScore
impl Clone for DecodingFunctionScore
Source§fn clone(&self) -> DecodingFunctionScore
fn clone(&self) -> DecodingFunctionScore
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 DecodingFunctionScore
impl Debug for DecodingFunctionScore
Source§impl<'de> Deserialize<'de> for DecodingFunctionScore
impl<'de> Deserialize<'de> for DecodingFunctionScore
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 DecodingFunctionScore
impl PartialEq for DecodingFunctionScore
Source§impl Serialize for DecodingFunctionScore
impl Serialize for DecodingFunctionScore
impl StructuralPartialEq for DecodingFunctionScore
Auto Trait Implementations§
impl Freeze for DecodingFunctionScore
impl RefUnwindSafe for DecodingFunctionScore
impl Send for DecodingFunctionScore
impl Sync for DecodingFunctionScore
impl Unpin for DecodingFunctionScore
impl UnwindSafe for DecodingFunctionScore
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