pub struct IncrementEntryParams {
pub api_key: String,
pub universe_id: UniverseId,
pub datastore_name: String,
pub scope: Option<String>,
pub key: String,
pub roblox_entry_user_ids: Option<Vec<RobloxUserId>>,
pub roblox_entry_attributes: Option<String>,
pub increment_by: f64,
}Fields§
§api_key: String§universe_id: UniverseId§datastore_name: String§scope: Option<String>§key: String§roblox_entry_user_ids: Option<Vec<RobloxUserId>>§roblox_entry_attributes: Option<String>§increment_by: f64Auto Trait Implementations§
impl Freeze for IncrementEntryParams
impl RefUnwindSafe for IncrementEntryParams
impl Send for IncrementEntryParams
impl Sync for IncrementEntryParams
impl Unpin for IncrementEntryParams
impl UnwindSafe for IncrementEntryParams
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