pub struct AttemptStartedV1 {
pub fragment_id: TxId,
}Fields§
§fragment_id: TxIdTrait Implementations§
Source§impl Clone for AttemptStartedV1
impl Clone for AttemptStartedV1
Source§fn clone(&self) -> AttemptStartedV1
fn clone(&self) -> AttemptStartedV1
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 AttemptStartedV1
impl Debug for AttemptStartedV1
Source§impl<'de> Deserialize<'de> for AttemptStartedV1
impl<'de> Deserialize<'de> for AttemptStartedV1
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for AttemptStartedV1
Source§impl PartialEq for AttemptStartedV1
impl PartialEq for AttemptStartedV1
Source§impl Serialize for AttemptStartedV1
impl Serialize for AttemptStartedV1
impl StructuralPartialEq for AttemptStartedV1
Auto Trait Implementations§
impl Freeze for AttemptStartedV1
impl RefUnwindSafe for AttemptStartedV1
impl Send for AttemptStartedV1
impl Sync for AttemptStartedV1
impl Unpin for AttemptStartedV1
impl UnsafeUnpin for AttemptStartedV1
impl UnwindSafe for AttemptStartedV1
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