pub struct RigConfig {
pub default: Option<String>,
}Expand description
The [rig] table: rig-family defaults (04-01).
Fields§
§default: Option<String>Name of the [rigs.*] entry ign rig targets when no
--rig/IGNITION_RIG names one.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for RigConfig
impl<'de> Deserialize<'de> for RigConfig
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl StructuralPartialEq for RigConfig
Auto Trait Implementations§
impl Freeze for RigConfig
impl RefUnwindSafe for RigConfig
impl Send for RigConfig
impl Sync for RigConfig
impl Unpin for RigConfig
impl UnsafeUnpin for RigConfig
impl UnwindSafe for RigConfig
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