pub struct KeyNode {
    pub parent: Offset,
    /* private fields */
}
Expand description

Fields

parent: Offset

Implementations

Returns the name of this Key Node.

Returns the time when this node has been written last.

Returns the number of subkeys

Returns a list of subkeys.

This function caches the subkeys, so the first call to this function might be slower.

returns the subkey with a given name, of None if there is no such subkey.

returns the list of all KeyValues of this key

Trait Implementations

The type of arguments needed to be supplied in order to read this type, usually a tuple. Read more

Read the type from the reader

Read the type from the reader while assuming no arguments have been passed Read more

Read the type from the reader using the specified arguments

The default arguments to be used when using the read shortcut method. Override this for any type that optionally requries arguments Read more

Converts to this type from the input type.

The type returned in the event of a conversion error.

Performs the conversion.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.