Struct rustssh::SudoOptions
source · pub struct SudoOptions { /* private fields */ }Implementations§
source§impl SudoOptions
impl SudoOptions
Auto Trait Implementations§
impl RefUnwindSafe for SudoOptions
impl Send for SudoOptions
impl Sync for SudoOptions
impl Unpin for SudoOptions
impl UnwindSafe for SudoOptions
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