pub struct TrackerParams {
pub name: &'static str,
pub step: &'static str,
}Fields§
§name: &'static str§step: &'static strTrait Implementations§
Source§impl Clone for TrackerParams
impl Clone for TrackerParams
Source§fn clone(&self) -> TrackerParams
fn clone(&self) -> TrackerParams
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 moreimpl Copy for TrackerParams
Auto Trait Implementations§
impl Freeze for TrackerParams
impl RefUnwindSafe for TrackerParams
impl Send for TrackerParams
impl Sync for TrackerParams
impl Unpin for TrackerParams
impl UnsafeUnpin for TrackerParams
impl UnwindSafe for TrackerParams
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