pub struct Options<B, N, S, M, T, E> { /* private fields */ }Implementations§
Trait Implementations§
source§impl<B: Clone, N: Clone, S: Clone, M: Clone, T: Clone, E: Clone> Clone for Options<B, N, S, M, T, E>
impl<B: Clone, N: Clone, S: Clone, M: Clone, T: Clone, E: Clone> Clone for Options<B, N, S, M, T, E>
source§impl Default for Options<PermissiveBoolParser, FromStrParser, CommaSeparatedParser, CommaColonSeparatedParser, PassthroughParser, PassthroughParser>
impl Default for Options<PermissiveBoolParser, FromStrParser, CommaSeparatedParser, CommaColonSeparatedParser, PassthroughParser, PassthroughParser>
impl<B: Copy, N: Copy, S: Copy, M: Copy, T: Copy, E: Copy> Copy for Options<B, N, S, M, T, E>
Auto Trait Implementations§
impl<B, N, S, M, T, E> RefUnwindSafe for Options<B, N, S, M, T, E>where B: RefUnwindSafe, E: RefUnwindSafe, M: RefUnwindSafe, N: RefUnwindSafe, S: RefUnwindSafe, T: RefUnwindSafe,
impl<B, N, S, M, T, E> Send for Options<B, N, S, M, T, E>where B: Send, E: Send, M: Send, N: Send, S: Send, T: Send,
impl<B, N, S, M, T, E> Sync for Options<B, N, S, M, T, E>where B: Sync, E: Sync, M: Sync, N: Sync, S: Sync, T: Sync,
impl<B, N, S, M, T, E> Unpin for Options<B, N, S, M, T, E>where B: Unpin, E: Unpin, M: Unpin, N: Unpin, S: Unpin, T: Unpin,
impl<B, N, S, M, T, E> UnwindSafe for Options<B, N, S, M, T, E>where B: UnwindSafe, E: UnwindSafe, M: UnwindSafe, N: UnwindSafe, S: 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