Struct extrahop::Username [] [src]

pub struct Username(_);

Canonical ID for an appliance user.

Methods

impl Username
[src]

[src]

Creates and canonicalizes a username.

[src]

Gets the username as a JSON-suitable string.

Trait Implementations

impl Debug for Username
[src]

[src]

Formats the value using the given formatter.

impl Clone for Username
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for Username
[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 Username
[src]

impl Hash for Username
[src]

[src]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more