pub struct TestPointsUpdatedEvent {
pub test_points_event: TestPointsEvent,
}Fields§
§test_points_event: TestPointsEventImplementations§
Trait Implementations§
Source§impl Clone for TestPointsUpdatedEvent
impl Clone for TestPointsUpdatedEvent
Source§fn clone(&self) -> TestPointsUpdatedEvent
fn clone(&self) -> TestPointsUpdatedEvent
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 TestPointsUpdatedEvent
impl Debug for TestPointsUpdatedEvent
Source§impl Default for TestPointsUpdatedEvent
impl Default for TestPointsUpdatedEvent
Source§fn default() -> TestPointsUpdatedEvent
fn default() -> TestPointsUpdatedEvent
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for TestPointsUpdatedEvent
impl<'de> Deserialize<'de> for TestPointsUpdatedEvent
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for TestPointsUpdatedEvent
impl PartialEq for TestPointsUpdatedEvent
Source§impl Serialize for TestPointsUpdatedEvent
impl Serialize for TestPointsUpdatedEvent
impl StructuralPartialEq for TestPointsUpdatedEvent
Auto Trait Implementations§
impl Freeze for TestPointsUpdatedEvent
impl RefUnwindSafe for TestPointsUpdatedEvent
impl Send for TestPointsUpdatedEvent
impl Sync for TestPointsUpdatedEvent
impl Unpin for TestPointsUpdatedEvent
impl UnwindSafe for TestPointsUpdatedEvent
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