pub struct CliHandle<'a, W: Write<Error = E>, E: Error> { /* private fields */ }
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a, W, E> Freeze for CliHandle<'a, W, E>
impl<'a, W, E> RefUnwindSafe for CliHandle<'a, W, E>where
W: RefUnwindSafe,
impl<'a, W, E> Send for CliHandle<'a, W, E>where
W: Send,
impl<'a, W, E> Sync for CliHandle<'a, W, E>where
W: Sync,
impl<'a, W, E> Unpin for CliHandle<'a, W, E>
impl<'a, W, E> !UnwindSafe for CliHandle<'a, W, E>
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