[−][src]Struct env_extractor::SingleValue
Fields
key: String
Implementations
impl SingleValue
[src]
pub fn new<A: Into<String>>(key: A) -> SingleValue
[src]
pub fn as_optional<A>(&self) -> Result<A, Self::Err> where
Self: CanExtractOptional<A>,
[src]
Self: CanExtractOptional<A>,
pub fn as_required<A>(&self) -> Result<A, Self::Err> where
Self: CanExtractRequired<A>,
[src]
Self: CanExtractRequired<A>,
Trait Implementations
impl<A: FromStr> CanExtractOptional<Option<A>> for SingleValue where
<A as FromStr>::Err: Debug,
[src]
<A as FromStr>::Err: Debug,
impl<A: FromStr> CanExtractRequired<A> for SingleValue where
<A as FromStr>::Err: Debug,
[src]
<A as FromStr>::Err: Debug,
Auto Trait Implementations
impl RefUnwindSafe for SingleValue
impl Send for SingleValue
impl Sync for SingleValue
impl Unpin for SingleValue
impl UnwindSafe for SingleValue
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,