pub struct RejectionRecord {
pub client_commit_id: String,
pub op_index: i32,
pub code: String,
pub retryable: bool,
}Fields§
§client_commit_id: String§op_index: i32§code: String§retryable: boolTrait Implementations§
Source§impl Clone for RejectionRecord
impl Clone for RejectionRecord
Source§fn clone(&self) -> RejectionRecord
fn clone(&self) -> RejectionRecord
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 RejectionRecord
impl Debug for RejectionRecord
Auto Trait Implementations§
impl Freeze for RejectionRecord
impl RefUnwindSafe for RejectionRecord
impl Send for RejectionRecord
impl Sync for RejectionRecord
impl Unpin for RejectionRecord
impl UnsafeUnpin for RejectionRecord
impl UnwindSafe for RejectionRecord
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