Enum smartcard::parameters::context_scope::ContextScope [] [src]

pub enum ContextScope {
    System,
    User,
    Auto,
}

The scope of the resource manager context

Variants

Methods

impl ContextScope
[src]

Trait Implementations

impl Debug for ContextScope
[src]

Formats the value using the given formatter.

impl Clone for ContextScope
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for ContextScope
[src]