Enum MessageContext
pub enum MessageContext {
Offers(OffersContext),
Custom(Vec<u8>),
}
Expand description
Additional data included by the recipient in a BlindedMessagePath
.
This data is encrypted by the recipient and will be given to the corresponding message handler
when handling a message sent over the BlindedMessagePath
. The recipient can use this data to
authenticate the message or for further processing if needed.
Variants§
Offers(OffersContext)
Context specific to an OffersMessage
.
Custom(Vec<u8>)
Context specific to a CustomOnionMessageHandler::CustomMessage
.
Trait Implementations§
§impl Clone for MessageContext
impl Clone for MessageContext
§fn clone(&self) -> MessageContext
fn clone(&self) -> MessageContext
Returns a copy 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 more§impl Debug for MessageContext
impl Debug for MessageContext
§impl Readable for MessageContext
impl Readable for MessageContext
§fn read<R>(reader: &mut R) -> Result<MessageContext, DecodeError>where
R: Read,
fn read<R>(reader: &mut R) -> Result<MessageContext, DecodeError>where
R: Read,
Reads a
Self
in from the given Read
.§impl Writeable for MessageContext
impl Writeable for MessageContext
Auto Trait Implementations§
impl Freeze for MessageContext
impl RefUnwindSafe for MessageContext
impl Send for MessageContext
impl Sync for MessageContext
impl Unpin for MessageContext
impl UnwindSafe for MessageContext
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self> ⓘ
fn instrument(self, span: Span) -> Instrumented<Self> ⓘ
Source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
Source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T
in a tonic::Request
Source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
Source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T
in a tonic::Request