pub struct OutboundCreationResult {
pub ecies: EstablishedEcies,
pub message: InitialMessage,
}Expand description
The result of an outbound ECIES channel establishment.
Fields§
§ecies: EstablishedEciesThe established ECIES channel.
message: InitialMessageThe initial message.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for OutboundCreationResult
impl RefUnwindSafe for OutboundCreationResult
impl Send for OutboundCreationResult
impl Sync for OutboundCreationResult
impl Unpin for OutboundCreationResult
impl UnwindSafe for OutboundCreationResult
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