Struct vodozemac::ecies::InboundCreationResult
source · pub struct InboundCreationResult {
pub ecies: EstablishedEcies,
pub message: Vec<u8>,
}
Expand description
The result of an inbound ECIES channel establishment.
Fields§
§ecies: EstablishedEcies
The established ECIES channel.
message: Vec<u8>
The plaintext of the initial message.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for InboundCreationResult
impl RefUnwindSafe for InboundCreationResult
impl Send for InboundCreationResult
impl Sync for InboundCreationResult
impl Unpin for InboundCreationResult
impl UnwindSafe for InboundCreationResult
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