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