pub struct ActionInstance {
timestamp: i64,
rating: Option<f32>,
}
Fields§
§timestamp: i64
§rating: Option<f32>
Trait Implementations§
Source§impl Clone for ActionInstance
impl Clone for ActionInstance
Source§fn clone(&self) -> ActionInstance
fn clone(&self) -> ActionInstance
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 ActionInstance
impl Debug for ActionInstance
Source§impl PartialEq for ActionInstance
impl PartialEq for ActionInstance
impl StructuralPartialEq for ActionInstance
Auto Trait Implementations§
impl Freeze for ActionInstance
impl RefUnwindSafe for ActionInstance
impl Send for ActionInstance
impl Sync for ActionInstance
impl Unpin for ActionInstance
impl UnwindSafe for ActionInstance
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