pub struct BinaryManager { /* private fields */ }
Expand description
Manages a list of binaries or resources.
Implementations§
Source§impl BinaryManager
impl BinaryManager
Sourcepub fn load_all(&self) -> Result<(), DaemonError>
pub fn load_all(&self) -> Result<(), DaemonError>
Loads all binaries or resources.
Sourcepub fn unload_all(&self) -> Result<(), DaemonError>
pub fn unload_all(&self) -> Result<(), DaemonError>
Unloads all binaries or resources.
Auto Trait Implementations§
impl Freeze for BinaryManager
impl RefUnwindSafe for BinaryManager
impl Send for BinaryManager
impl Sync for BinaryManager
impl Unpin for BinaryManager
impl UnwindSafe for BinaryManager
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