Struct libyubihsm::Domain [] [src]

pub struct Domain(_);

Wrapper struct for a single Domain.

Methods

impl Domain
[src]

[src]

Trait Implementations

impl Clone for Domain
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for Domain
[src]

impl PartialEq for Domain
[src]

[src]

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

[src]

This method tests for !=.

impl Eq for Domain
[src]

impl Debug for Domain
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Domain

impl Sync for Domain