pub struct SudoOptions { /* private fields */ }Implementations§
Source§impl SudoOptions
impl SudoOptions
Auto Trait Implementations§
impl Freeze for SudoOptions
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