struct EntrySpec {
key: &'static str,
full_key: &'static str,
value: for<'a> fn(&'a Config) -> Cow<'a, str>,
}Fields§
§key: &'static str§full_key: &'static str§value: for<'a> fn(&'a Config) -> Cow<'a, str>Auto Trait Implementations§
impl Freeze for EntrySpec
impl RefUnwindSafe for EntrySpec
impl Send for EntrySpec
impl Sync for EntrySpec
impl Unpin for EntrySpec
impl UnwindSafe for EntrySpec
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