Struct rustssh::RunOptions
source · pub struct RunOptions { /* private fields */ }Implementations§
source§impl RunOptions
impl RunOptions
pub fn new() -> RunOptions
pub fn set_watcher( &mut self, pattern: &str, response: &str, case_sensitive: bool )
Auto Trait Implementations§
impl RefUnwindSafe for RunOptions
impl Send for RunOptions
impl Sync for RunOptions
impl Unpin for RunOptions
impl UnwindSafe for RunOptions
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