pub struct DurableMembershipMutation {
pub intent_hash: ObjectHash,
pub plan_bytes: Vec<u8>,
pub progress_bytes: Vec<u8>,
}Fields§
§intent_hash: ObjectHash§plan_bytes: Vec<u8>§progress_bytes: Vec<u8>Trait Implementations§
Source§impl Clone for DurableMembershipMutation
impl Clone for DurableMembershipMutation
Source§fn clone(&self) -> DurableMembershipMutation
fn clone(&self) -> DurableMembershipMutation
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for DurableMembershipMutation
impl RefUnwindSafe for DurableMembershipMutation
impl Send for DurableMembershipMutation
impl Sync for DurableMembershipMutation
impl Unpin for DurableMembershipMutation
impl UnsafeUnpin for DurableMembershipMutation
impl UnwindSafe for DurableMembershipMutation
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