pub struct RnsConfig {
pub reticulum: ReticulumSection,
pub logging: LoggingSection,
pub interfaces: Vec<ParsedInterface>,
}Expand description
Parsed RNS configuration.
Fields§
§reticulum: ReticulumSection§logging: LoggingSection§interfaces: Vec<ParsedInterface>Trait Implementations§
Auto Trait Implementations§
impl Freeze for RnsConfig
impl RefUnwindSafe for RnsConfig
impl Send for RnsConfig
impl Sync for RnsConfig
impl Unpin for RnsConfig
impl UnwindSafe for RnsConfig
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