pub struct RemoteParticipantOperation { /* private fields */ }Expand description
Opaque one-use operation released only after the SDK persisted sealed LPCR bytes.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RemoteParticipantOperation
impl RefUnwindSafe for RemoteParticipantOperation
impl Send for RemoteParticipantOperation
impl Sync for RemoteParticipantOperation
impl Unpin for RemoteParticipantOperation
impl UnsafeUnpin for RemoteParticipantOperation
impl UnwindSafe for RemoteParticipantOperation
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