pub struct HintedEnvelopeIds {
pub hinted_envelope_ids: Vec<HintedEnvelopeId>,
}Fields§
§hinted_envelope_ids: Vec<HintedEnvelopeId>Trait Implementations§
Source§impl Debug for HintedEnvelopeIds
impl Debug for HintedEnvelopeIds
Source§impl ProstCommunicable<Response> for HintedEnvelopeIds
impl ProstCommunicable<Response> for HintedEnvelopeIds
const COMMUNICATION_VARIANT: Response = Response::HintedEnvelopeIds
fn to_communication_via_prost(&self) -> Communication<T>
fn try_from_communication( communication: &Communication<T>, ) -> Result<Self, DecodeError>
Source§impl ProstDecode for HintedEnvelopeIds
impl ProstDecode for HintedEnvelopeIds
type EncodedType = HintedEnvelopeIds
fn decode<M>(message: M) -> Result<Self, DecodeError>
Source§impl ProstEncode for HintedEnvelopeIds
impl ProstEncode for HintedEnvelopeIds
Auto Trait Implementations§
impl Freeze for HintedEnvelopeIds
impl RefUnwindSafe for HintedEnvelopeIds
impl Send for HintedEnvelopeIds
impl Sync for HintedEnvelopeIds
impl Unpin for HintedEnvelopeIds
impl UnwindSafe for HintedEnvelopeIds
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