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