[][src]Struct secret_tree::Name

pub struct Name(_);

Name of a child SecretTree.

Used in the child() method of SecretTree; see its documentation for more info.

Methods

impl Name
[src]

Creates a new Name.

The supplied string should be no more than MAX_NAME_LEN bytes in length and should not contain zero bytes.

Trait Implementations

impl PartialEq<Name> for Name
[src]

impl Clone for Name
[src]

Performs copy-assignment from source. Read more

impl Copy for Name
[src]

impl Eq for Name
[src]

impl Debug for Name
[src]

Auto Trait Implementations

impl Send for Name

impl Sync for Name

Blanket Implementations

impl<T> From for T
[src]

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

impl<T, U> TryFrom for T where
    T: From<U>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> Any for T where
    T: 'static + ?Sized
[src]