pub struct ProtocolRetryBatch {
pub direct_results: Vec<ProtocolRetryResult>,
pub group_result: ProtocolGroupIncomingResult,
pub direct_messages: Vec<ProtocolDecryptedMessage>,
pub effects: Vec<ProtocolEffect>,
}Fields§
§direct_results: Vec<ProtocolRetryResult>§group_result: ProtocolGroupIncomingResult§direct_messages: Vec<ProtocolDecryptedMessage>§effects: Vec<ProtocolEffect>Implementations§
Trait Implementations§
Source§impl Clone for ProtocolRetryBatch
impl Clone for ProtocolRetryBatch
Source§fn clone(&self) -> ProtocolRetryBatch
fn clone(&self) -> ProtocolRetryBatch
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ProtocolRetryBatch
impl Debug for ProtocolRetryBatch
Source§impl Default for ProtocolRetryBatch
impl Default for ProtocolRetryBatch
Source§fn default() -> ProtocolRetryBatch
fn default() -> ProtocolRetryBatch
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ProtocolRetryBatch
impl RefUnwindSafe for ProtocolRetryBatch
impl Send for ProtocolRetryBatch
impl Sync for ProtocolRetryBatch
impl Unpin for ProtocolRetryBatch
impl UnsafeUnpin for ProtocolRetryBatch
impl UnwindSafe for ProtocolRetryBatch
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