pub struct StageState { /* private fields */ }

Implementations

Trait Implementations

option changing is unlikely to be done on this state, but we’ll still do it in case a future scenario makes it possible to open a different state from this state

called on start of on_command

execute the internal with the optional given invocation. Read more

a generic implementation of on_internal which may be called by states when they don’t have a specific behavior to execute Read more

change the state, does no rendering

return a cmdresult asking for the opening of a preview

must return None if the state doesn’t display a file tree

return the flags to display

return the status which should be used when there’s no verb edited

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 alignment of pointer.

The type for initializers.

Initializes a with the given initializer. Read more

Dereferences the given pointer. Read more

Mutably dereferences the given pointer. Read more

Drops the object pointed to by the given pointer. Read more

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.