pub struct UciOption {
pub order: u32,
pub type: String,
pub min: String,
pub max: String,
pub default: String,
pub value: String,
}
Fields§
§order: u32
§type: String
§min: String
§max: String
§default: String
§value: String
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for UciOption
impl Send for UciOption
impl Sync for UciOption
impl Unpin for UciOption
impl UnwindSafe for UciOption
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