pub struct Animations {
pub data: Vec<Animation>,
pub modified: bool,
}Fields§
§data: Vec<Animation>§modified: boolTrait Implementations§
Source§impl Debug for Animations
impl Debug for Animations
Source§impl Default for Animations
impl Default for Animations
Source§fn default() -> Animations
fn default() -> Animations
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for Animations
impl RefUnwindSafe for Animations
impl Send for Animations
impl Sync for Animations
impl Unpin for Animations
impl UnwindSafe for Animations
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