Enum security_framework::item::SearchResult [−][src]
pub enum SearchResult { Ref(Reference), Dict(CFDictionary), Data(Vec<u8>), Other, }
Expand description
An individual search result.
Variants
Ref(Reference)
A reference to the Security Framework object, if asked for.
Dict(CFDictionary)
A dictionary of data about the Security Framework object, if asked for.
The Security Framework object as bytes, if asked for.
An unknown representation of the Security Framework object.
Implementations
impl SearchResult
[src]
impl SearchResult
[src]