pub enum LinkRole {
Initiator {
link_signing: Ed25519SecretKey,
},
Responder {
destination: DestinationHash,
identity: IdentityHash,
proof_strategy: ProofStrategy,
},
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LinkRole
impl RefUnwindSafe for LinkRole
impl Send for LinkRole
impl Sync for LinkRole
impl Unpin for LinkRole
impl UnsafeUnpin for LinkRole
impl UnwindSafe for LinkRole
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