Struct ruststep::ap203::config_control_design::ApplicationContext [−][src]
pub struct ApplicationContext {
pub application: Text,
}
Fields
application: Text
Implementations
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for ApplicationContext
impl Send for ApplicationContext
impl Sync for ApplicationContext
impl Unpin for ApplicationContext
impl UnwindSafe for ApplicationContext
Blanket Implementations
Mutably borrows from an owned value. Read more