Enum mdcat::ResourceAccess [] [src]

pub enum ResourceAccess {
    LocalOnly,
    RemoteAllowed,
}

What kind of resources mdcat may access when rendering.

This struct denotes whether mdcat shows inline images from remote URLs or just from local files.

Variants

Use only local files and do not allow remote resources.

Use local and remote resources alike.

Trait Implementations

impl Debug for ResourceAccess
[src]

[src]

Formats the value using the given formatter.

impl Copy for ResourceAccess
[src]

impl Clone for ResourceAccess
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more