pub struct Prefixed<'a>(/* private fields */);
Expand description
A type which filters env vars with a prefix for use as serde field inputs
These types are created with with the prefixed module function
Implementations§
Auto Trait Implementations§
impl<'a> Freeze for Prefixed<'a>
impl<'a> RefUnwindSafe for Prefixed<'a>
impl<'a> Send for Prefixed<'a>
impl<'a> Sync for Prefixed<'a>
impl<'a> Unpin for Prefixed<'a>
impl<'a> UnwindSafe for Prefixed<'a>
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