Struct fragment::matching::Result [] [src]

pub struct Result<T> {
    pub score: f32,
    // some fields omitted
}

Fields

Trait Implementations

impl<T: Debug> Debug for Result<T>
[src]

Formats the value using the given formatter.

impl<T: PartialEq> PartialEq for Result<T>
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl<T> Deref for Result<T>
[src]

The resulting type after dereferencing

The method called to dereference a value