pub struct HintedEnvelopeId {
pub envelope_id: EnvelopeId,
pub hint_removal_token: OneSix,
}Fields§
§envelope_id: EnvelopeId§hint_removal_token: OneSixTrait Implementations§
Source§impl Debug for HintedEnvelopeId
impl Debug for HintedEnvelopeId
Source§impl From<&HintedEnvelopeId> for RemoveEnvelopeIdHint
impl From<&HintedEnvelopeId> for RemoveEnvelopeIdHint
Source§fn from(from: &HintedEnvelopeId) -> Self
fn from(from: &HintedEnvelopeId) -> Self
Converts to this type from the input type.
Source§impl ProstDecode for HintedEnvelopeId
impl ProstDecode for HintedEnvelopeId
type EncodedType = HintedEnvelopeId
fn decode<M>(message: M) -> Result<Self, DecodeError>
Source§impl ProstEncode for HintedEnvelopeId
impl ProstEncode for HintedEnvelopeId
Auto Trait Implementations§
impl Freeze for HintedEnvelopeId
impl RefUnwindSafe for HintedEnvelopeId
impl Send for HintedEnvelopeId
impl Sync for HintedEnvelopeId
impl Unpin for HintedEnvelopeId
impl UnwindSafe for HintedEnvelopeId
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