pub struct ControlResponse {
pub status_code: u16,
pub reply: String,
}Expand description
Response returned by the Tor server in response to a command
Fields§
§status_code: u16§reply: StringTrait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for ControlResponse
impl Send for ControlResponse
impl Sync for ControlResponse
impl Unpin for ControlResponse
impl UnwindSafe for ControlResponse
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