pub struct ModuleEntryPath(_);
Expand description

A Struct giving you the ability to choose store entries assigned to it.

It is created through a call to new.

Implementations§

Path has to be a valid UTF-8 string or this will panic!

Trait Implementations§

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.

Should always be Self
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.