pub struct TorChannel { /* private fields */ }Implementations§
Auto Trait Implementations§
impl Freeze for TorChannel
impl !RefUnwindSafe for TorChannel
impl Send for TorChannel
impl Sync for TorChannel
impl Unpin for TorChannel
impl UnsafeUnpin for TorChannel
impl !UnwindSafe for TorChannel
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