struct ProtoSetting {
name: &'static str,
description: &'static str,
comment: &'static str,
specific: ProtoSpecificSetting,
}Expand description
This is the information provided during building for a setting.
Fields§
§name: &'static str§description: &'static str§comment: &'static str§specific: ProtoSpecificSettingAuto Trait Implementations§
impl Freeze for ProtoSetting
impl RefUnwindSafe for ProtoSetting
impl Send for ProtoSetting
impl Sync for ProtoSetting
impl Unpin for ProtoSetting
impl UnwindSafe for ProtoSetting
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