pub struct TickOutput {
pub events: Vec<String>,
}Fields§
§events: Vec<String>Trait Implementations§
Source§impl Clone for TickOutput
impl Clone for TickOutput
Source§fn clone(&self) -> TickOutput
fn clone(&self) -> TickOutput
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 TickOutput
impl Debug for TickOutput
Source§impl Default for TickOutput
impl Default for TickOutput
Source§fn default() -> TickOutput
fn default() -> TickOutput
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for TickOutput
impl RefUnwindSafe for TickOutput
impl Send for TickOutput
impl Sync for TickOutput
impl Unpin for TickOutput
impl UnsafeUnpin for TickOutput
impl UnwindSafe for TickOutput
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