Struct rive_models::payload::FetchSettingsPayload
source · pub struct FetchSettingsPayload {
pub keys: Vec<String>,
}Expand description
Fetch settings data
Fields§
§keys: Vec<String>Keys to fetch
Trait Implementations§
source§impl Clone for FetchSettingsPayload
impl Clone for FetchSettingsPayload
source§fn clone(&self) -> FetchSettingsPayload
fn clone(&self) -> FetchSettingsPayload
Returns a copy 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 more