pub struct Configurator { /* private fields */ }Implementations§
Source§impl Configurator
impl Configurator
pub const FLEET_STABLE_CONFIGURATION_PATH: &'static str
pub const LOCAL_STABLE_CONFIGURATION_PATH: &'static str
pub const fn local_stable_configuration_path(target: Target) -> &'static str
pub const fn fleet_stable_configuration_path(target: Target) -> &'static str
pub fn new(debug_logs: bool) -> Self
pub fn get_config_from_file( &self, path_local: &Path, path_managed: &Path, process_info: &ProcessInfo, ) -> LoggedResult<Vec<LibraryConfig>, Error>
pub fn get_config_from_bytes( &self, s_local: &[u8], s_managed: &[u8], process_info: ProcessInfo, ) -> Result<Vec<LibraryConfig>>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Configurator
impl RefUnwindSafe for Configurator
impl Send for Configurator
impl Sync for Configurator
impl Unpin for Configurator
impl UnsafeUnpin for Configurator
impl UnwindSafe for Configurator
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