pub struct TwoPcParticipant {
pub id: String,
pub state: TwoPcState,
}Fields§
§id: String§state: TwoPcStateTrait Implementations§
Source§impl Clone for TwoPcParticipant
impl Clone for TwoPcParticipant
Source§fn clone(&self) -> TwoPcParticipant
fn clone(&self) -> TwoPcParticipant
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 TwoPcParticipant
impl Debug for TwoPcParticipant
Source§impl<'de> Deserialize<'de> for TwoPcParticipant
impl<'de> Deserialize<'de> for TwoPcParticipant
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
Auto Trait Implementations§
impl Freeze for TwoPcParticipant
impl RefUnwindSafe for TwoPcParticipant
impl Send for TwoPcParticipant
impl Sync for TwoPcParticipant
impl Unpin for TwoPcParticipant
impl UnsafeUnpin for TwoPcParticipant
impl UnwindSafe for TwoPcParticipant
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