pub struct TorConfig;
Implementations§
Auto Trait Implementations§
impl Freeze for TorConfig
impl RefUnwindSafe for TorConfig
impl Send for TorConfig
impl Sync for TorConfig
impl Unpin for TorConfig
impl UnwindSafe for TorConfig
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