Struct esplugin::Plugin[][src]

pub struct Plugin { /* fields omitted */ }

Methods

impl Plugin
[src]

Trait Implementations

impl Clone for Plugin
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Plugin
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for Plugin
[src]

impl Debug for Plugin
[src]

Formats the value using the given formatter. Read more

impl Hash for Plugin
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

Auto Trait Implementations

impl Send for Plugin

impl Sync for Plugin