pub struct ConfigModule {
pub key: String,
pub name: String,
}Expand description
A configurable module as listed by the setup wizard.
Fields§
§key: StringInternal key used for routing.
name: StringName shown in the wizard.
Trait Implementations§
Source§impl Clone for ConfigModule
impl Clone for ConfigModule
Source§fn clone(&self) -> ConfigModule
fn clone(&self) -> ConfigModule
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for ConfigModule
impl RefUnwindSafe for ConfigModule
impl Send for ConfigModule
impl Sync for ConfigModule
impl Unpin for ConfigModule
impl UnsafeUnpin for ConfigModule
impl UnwindSafe for ConfigModule
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more