Struct endbasic_repl::demos::DemosDrive[][src]

pub struct DemosDrive { /* fields omitted */ }
Expand description

A read-only drive that exposes a bunch of read-only demo files.

Trait Implementations

Creates a new demo drive.

Deletes the program given by name.

Returns the entries in the store and their metadata.

Loads the contents of the program given by name.

Saves the in-memory program given by content into name.

Gets the ACLs of the file _name.

Updates the ACLs of the file _name by extending them with the contents of _add and removing the existing entries listed in _remove. Read more

Gets the system-addressable path of the file _name, if any.

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

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

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.

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more