pub struct ProgressHolder<'g, 'a, CS: CliServ> { /* private fields */ }
Expand description
A handle used for storage from a SSHClient::progress()
or SSHServer::progress()
call.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'g, 'a, CS> Freeze for ProgressHolder<'g, 'a, CS>
impl<'g, 'a, CS> !RefUnwindSafe for ProgressHolder<'g, 'a, CS>
impl<'g, 'a, CS> !Send for ProgressHolder<'g, 'a, CS>
impl<'g, 'a, CS> !Sync for ProgressHolder<'g, 'a, CS>
impl<'g, 'a, CS> Unpin for ProgressHolder<'g, 'a, CS>
impl<'g, 'a, CS> !UnwindSafe for ProgressHolder<'g, 'a, CS>
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