pub struct OnionAddress {
pub pubkey: Bytes,
}Fields§
§pubkey: BytesTrait Implementations§
Source§impl Clone for OnionAddress
impl Clone for OnionAddress
Source§fn clone(&self) -> OnionAddress
fn clone(&self) -> OnionAddress
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for OnionAddress
impl Debug for OnionAddress
Source§impl PartialEq for OnionAddress
impl PartialEq for OnionAddress
impl Eq for OnionAddress
impl StructuralPartialEq for OnionAddress
Auto Trait Implementations§
impl Freeze for OnionAddress
impl RefUnwindSafe for OnionAddress
impl Send for OnionAddress
impl Sync for OnionAddress
impl Unpin for OnionAddress
impl UnsafeUnpin for OnionAddress
impl UnwindSafe for OnionAddress
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