Struct vodozemac::ecies::OutboundCreationResult
source · pub struct OutboundCreationResult {
pub ecies: EstablishedEcies,
pub message: InitialMessage,
}
Expand description
The result of an outbound ECIES channel establishment.
Fields§
§ecies: EstablishedEcies
The established ECIES channel.
message: InitialMessage
The 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