pub struct OrderedIncrementEntryParams {
pub api_key: String,
pub universe_id: UniverseId,
pub ordered_datastore_name: String,
pub scope: Option<String>,
pub id: String,
pub increment: i64,
}Fields§
§api_key: String§universe_id: UniverseId§ordered_datastore_name: String§scope: Option<String>§id: String§increment: i64Auto Trait Implementations§
impl Freeze for OrderedIncrementEntryParams
impl RefUnwindSafe for OrderedIncrementEntryParams
impl Send for OrderedIncrementEntryParams
impl Sync for OrderedIncrementEntryParams
impl Unpin for OrderedIncrementEntryParams
impl UnwindSafe for OrderedIncrementEntryParams
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