Struct tor_config::load::ResolveContext
source · pub struct ResolveContext { /* private fields */ }
Expand description
Config resolution context, not used outside tor_config::load
This is public only because it appears in the Resolvable
trait.
You don’t want to try to obtain one.
Auto Trait Implementations§
impl !RefUnwindSafe for ResolveContext
impl Send for ResolveContext
impl Sync for ResolveContext
impl Unpin for ResolveContext
impl !UnwindSafe for ResolveContext
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