pub struct IntroductionPoint {
pub links: Vec<LinkSpecifier>,
pub ntor_key: Bytes,
pub auth_key: Bytes,
pub enc_key: Bytes,
}Fields§
§links: Vec<LinkSpecifier>§ntor_key: Bytes§auth_key: Bytes§enc_key: BytesTrait Implementations§
Source§impl Clone for IntroductionPoint
impl Clone for IntroductionPoint
Source§fn clone(&self) -> IntroductionPoint
fn clone(&self) -> IntroductionPoint
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 IntroductionPoint
impl Debug for IntroductionPoint
Source§impl Default for IntroductionPoint
impl Default for IntroductionPoint
Source§fn default() -> IntroductionPoint
fn default() -> IntroductionPoint
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for IntroductionPoint
impl RefUnwindSafe for IntroductionPoint
impl Send for IntroductionPoint
impl Sync for IntroductionPoint
impl Unpin for IntroductionPoint
impl UnsafeUnpin for IntroductionPoint
impl UnwindSafe for IntroductionPoint
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