pub struct EventSequence<'a> {
pub object: EventObject<'a>,
pub commands: Vec<EventCommandSequence>,
}
Fields§
§object: EventObject<'a>
§commands: Vec<EventCommandSequence>
Trait Implementations§
Source§impl<'a> Clone for EventSequence<'a>
impl<'a> Clone for EventSequence<'a>
Source§fn clone(&self) -> EventSequence<'a>
fn clone(&self) -> EventSequence<'a>
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 moreAuto Trait Implementations§
impl<'a> Freeze for EventSequence<'a>
impl<'a> RefUnwindSafe for EventSequence<'a>
impl<'a> Send for EventSequence<'a>
impl<'a> Sync for EventSequence<'a>
impl<'a> Unpin for EventSequence<'a>
impl<'a> UnwindSafe for EventSequence<'a>
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