pub struct TORClient {
pub session: Session,
}
Fields§
§session: Session
Implementations§
Auto Trait Implementations§
impl Freeze for TORClient
impl RefUnwindSafe for TORClient
impl Send for TORClient
impl Sync for TORClient
impl Unpin for TORClient
impl UnwindSafe for TORClient
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