Struct rive_models::payload::CreateBotPayload
source · pub struct CreateBotPayload { /* private fields */ }Expand description
Bot create data
Trait Implementations§
source§impl Clone for CreateBotPayload
impl Clone for CreateBotPayload
source§fn clone(&self) -> CreateBotPayload
fn clone(&self) -> CreateBotPayload
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