Struct rive_models::data::FetchSettingsData
source · pub struct FetchSettingsData {
pub keys: Vec<String>,
}Expand description
Fetch settings data
Fields§
§keys: Vec<String>Keys to fetch
Trait Implementations§
source§impl Clone for FetchSettingsData
impl Clone for FetchSettingsData
source§fn clone(&self) -> FetchSettingsData
fn clone(&self) -> FetchSettingsData
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 moresource§impl Debug for FetchSettingsData
impl Debug for FetchSettingsData
Auto Trait Implementations§
impl RefUnwindSafe for FetchSettingsData
impl Send for FetchSettingsData
impl Sync for FetchSettingsData
impl Unpin for FetchSettingsData
impl UnwindSafe for FetchSettingsData
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