Struct security_framework::item::SearchResult [] [src]

pub struct SearchResult {
    pub reference: Option<Reference>,
    // some fields omitted
}

An individual search result.

Fields

A reference to the Security Framework object, if asked for.

Trait Implementations

impl Debug for SearchResult
[src]

Formats the value using the given formatter.