Enum shoop::Target[][src]

pub enum Target {
    Local(LocalTarget),
    Remote(RemoteTarget),
}

Variants

Methods

impl Target
[src]

Trait Implementations

impl Clone for Target
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Target

impl Sync for Target