pub struct Tracks {
pub event: EventResource,
}Expand description
Tracks SDK interface.
Fields§
§event: EventResourceImplementations§
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for Tracks
impl !RefUnwindSafe for Tracks
impl Send for Tracks
impl Sync for Tracks
impl Unpin for Tracks
impl UnsafeUnpin for Tracks
impl !UnwindSafe for Tracks
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