Struct xmz_server::action::Action[][src]

pub struct Action {}

Methods

impl Action
[src]

Erzeut eine neue Action

Examples

extern crate xmz_server;
use xmz_server::action::Action;

let _action = Action::new();

Trait Implementations

impl Debug for Action
[src]

Formats the value using the given formatter. Read more

impl Default for Action
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl Send for Action

impl Sync for Action