Enum tor_interface::tor_provider::TorEvent
source · pub enum TorEvent {
BootstrapStatus {
progress: u32,
tag: String,
summary: String,
},
BootstrapComplete,
LogReceived {
line: String,
},
OnionServicePublished {
service_id: V3OnionServiceId,
},
}
Variants§
BootstrapStatus
BootstrapComplete
LogReceived
OnionServicePublished
Fields
§
service_id: V3OnionServiceId
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TorEvent
impl RefUnwindSafe for TorEvent
impl Send for TorEvent
impl Sync for TorEvent
impl Unpin for TorEvent
impl UnwindSafe for TorEvent
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