pub struct ProcessOplogEntriesParameters {
pub idempotency_key: String,
}Fields§
§idempotency_key: StringTrait Implementations§
Source§impl Clone for ProcessOplogEntriesParameters
impl Clone for ProcessOplogEntriesParameters
Source§fn clone(&self) -> ProcessOplogEntriesParameters
fn clone(&self) -> ProcessOplogEntriesParameters
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 ProcessOplogEntriesParameters
impl RefUnwindSafe for ProcessOplogEntriesParameters
impl Send for ProcessOplogEntriesParameters
impl Sync for ProcessOplogEntriesParameters
impl Unpin for ProcessOplogEntriesParameters
impl UnsafeUnpin for ProcessOplogEntriesParameters
impl UnwindSafe for ProcessOplogEntriesParameters
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