pub struct ProtocolRetryResult {
pub message_id: String,
pub chat_id: String,
pub event_ids: Vec<String>,
pub effects: Vec<ProtocolEffect>,
pub queued_targets: Vec<String>,
}Fields§
§message_id: String§chat_id: String§event_ids: Vec<String>§effects: Vec<ProtocolEffect>§queued_targets: Vec<String>Trait Implementations§
Source§impl Clone for ProtocolRetryResult
impl Clone for ProtocolRetryResult
Source§fn clone(&self) -> ProtocolRetryResult
fn clone(&self) -> ProtocolRetryResult
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 ProtocolRetryResult
impl Debug for ProtocolRetryResult
Source§impl Default for ProtocolRetryResult
impl Default for ProtocolRetryResult
Source§fn default() -> ProtocolRetryResult
fn default() -> ProtocolRetryResult
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ProtocolRetryResult
impl RefUnwindSafe for ProtocolRetryResult
impl Send for ProtocolRetryResult
impl Sync for ProtocolRetryResult
impl Unpin for ProtocolRetryResult
impl UnsafeUnpin for ProtocolRetryResult
impl UnwindSafe for ProtocolRetryResult
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