pub struct GetoptRes<R, T> {
pub ret: R,
pub parser: T,
}Fields§
§ret: R§parser: TTrait Implementations§
Auto Trait Implementations§
impl<R, T> RefUnwindSafe for GetoptRes<R, T>where R: RefUnwindSafe, T: RefUnwindSafe,
impl<R, T> Send for GetoptRes<R, T>where R: Send, T: Send,
impl<R, T> Sync for GetoptRes<R, T>where R: Sync, T: Sync,
impl<R, T> Unpin for GetoptRes<R, T>where R: Unpin, T: Unpin,
impl<R, T> UnwindSafe for GetoptRes<R, T>where R: UnwindSafe, T: UnwindSafe,
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