Struct rive_models::data::EditAccountStrikeData
source · pub struct EditAccountStrikeData {
pub reason: String,
}Expand description
Strike information edit data
Fields§
§reason: StringNew attached reason
Trait Implementations§
source§impl Clone for EditAccountStrikeData
impl Clone for EditAccountStrikeData
source§fn clone(&self) -> EditAccountStrikeData
fn clone(&self) -> EditAccountStrikeData
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 EditAccountStrikeData
impl Debug for EditAccountStrikeData
Auto Trait Implementations§
impl RefUnwindSafe for EditAccountStrikeData
impl Send for EditAccountStrikeData
impl Sync for EditAccountStrikeData
impl Unpin for EditAccountStrikeData
impl UnwindSafe for EditAccountStrikeData
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