Enum tmcl::OkStatus [] [src]

pub enum OkStatus {
    Ok,
    LoadedIntoEEPROM,
}

A Status that indicates that everything went well.

Variants

Successfully executed, no error

Command loaded into TMCL program EEPROM

Trait Implementations

impl Debug for OkStatus
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for OkStatus
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Clone for OkStatus
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for OkStatus
[src]

Auto Trait Implementations

impl Send for OkStatus

impl Sync for OkStatus