pub struct CliUtils {}
Implementations§
Auto Trait Implementations§
impl Freeze for CliUtils
impl RefUnwindSafe for CliUtils
impl Send for CliUtils
impl Sync for CliUtils
impl Unpin for CliUtils
impl UnwindSafe for CliUtils
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