Enum tor_interface::tor_provider::OnionAddr
source · pub enum OnionAddr {
V3(OnionAddrV3),
}Variants§
V3(OnionAddrV3)
Trait Implementations§
source§impl Ord for OnionAddr
impl Ord for OnionAddr
source§impl PartialEq for OnionAddr
impl PartialEq for OnionAddr
source§impl PartialOrd for OnionAddr
impl PartialOrd for OnionAddr
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moreimpl Eq for OnionAddr
impl StructuralEq for OnionAddr
impl StructuralPartialEq for OnionAddr
Auto Trait Implementations§
impl RefUnwindSafe for OnionAddr
impl Send for OnionAddr
impl Sync for OnionAddr
impl Unpin for OnionAddr
impl UnwindSafe for OnionAddr
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