pub struct MistyServiceManager { /* private fields */ }Implementations§
Source§impl MistyServiceManager
impl MistyServiceManager
pub fn builder() -> MistyServiceManagerBuilder
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MistyServiceManager
impl !RefUnwindSafe for MistyServiceManager
impl Send for MistyServiceManager
impl Sync for MistyServiceManager
impl Unpin for MistyServiceManager
impl !UnwindSafe for MistyServiceManager
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