pub struct CliService { /* private fields */ }Expand description
CLI service.
Implementations§
Auto Trait Implementations§
impl Freeze for CliService
impl RefUnwindSafe for CliService
impl Send for CliService
impl Sync for CliService
impl Unpin for CliService
impl UnsafeUnpin for CliService
impl UnwindSafe for CliService
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