Struct xmz_server::action::Action [−][src]
pub struct Action {}
Methods
impl Action
[src]
impl Action
pub fn new() -> Self
[src]
pub fn new() -> Self
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]
impl Debug for Action
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Default for Action
[src]
impl Default for Action