pub struct SaveAppLog {
pub events: Vec<InputAppEvent>,
}Expand description
Fields§
§events: Vec<InputAppEvent>Trait Implementations§
Source§impl Clone for SaveAppLog
impl Clone for SaveAppLog
Source§fn clone(&self) -> SaveAppLog
fn clone(&self) -> SaveAppLog
Returns a duplicate 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 SaveAppLog
impl Debug for SaveAppLog
Source§impl Identifiable for SaveAppLog
impl Identifiable for SaveAppLog
Source§const CONSTRUCTOR_ID: u32 = 0x6f02f748
const CONSTRUCTOR_ID: u32 = 0x6f02f748
The constructor ID as specified in the TL schema.
Source§impl PartialEq for SaveAppLog
impl PartialEq for SaveAppLog
Source§impl RemoteCall for SaveAppLog
impl RemoteCall for SaveAppLog
Source§impl Serializable for SaveAppLog
impl Serializable for SaveAppLog
impl StructuralPartialEq for SaveAppLog
Auto Trait Implementations§
impl Freeze for SaveAppLog
impl RefUnwindSafe for SaveAppLog
impl Send for SaveAppLog
impl Sync for SaveAppLog
impl Unpin for SaveAppLog
impl UnsafeUnpin for SaveAppLog
impl UnwindSafe for SaveAppLog
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