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