pub struct OutboundStoreAck {
pub reference: StoreAckRef,
pub ack: ExactProtocolObject<StoreAck>,
pub circle_acknowledgements: Vec<CircleAckActivation>,
pub activation: OutboundStoreAckActivation,
}Fields§
§reference: StoreAckRef§ack: ExactProtocolObject<StoreAck>§circle_acknowledgements: Vec<CircleAckActivation>§activation: OutboundStoreAckActivationTrait Implementations§
Source§impl Clone for OutboundStoreAck
impl Clone for OutboundStoreAck
Source§fn clone(&self) -> OutboundStoreAck
fn clone(&self) -> OutboundStoreAck
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 OutboundStoreAck
impl RefUnwindSafe for OutboundStoreAck
impl Send for OutboundStoreAck
impl Sync for OutboundStoreAck
impl Unpin for OutboundStoreAck
impl UnsafeUnpin for OutboundStoreAck
impl UnwindSafe for OutboundStoreAck
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