Struct decider_distro::DistrService
source · pub struct DistrService {
pub name: &'static str,
pub config: &'static [u8],
pub modules: HashMap<&'static str, &'static [u8]>,
}Fields§
§name: &'static str§config: &'static [u8]§modules: HashMap<&'static str, &'static [u8]>Auto Trait Implementations§
impl RefUnwindSafe for DistrService
impl Send for DistrService
impl Sync for DistrService
impl Unpin for DistrService
impl UnwindSafe for DistrService
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