pub struct TokenGateSample {
pub label: String,
pub id: String,
pub timestamp: Option<String>,
pub surface: String,
pub metrics: BTreeMap<String, f64>,
}Fields§
§label: String§id: String§timestamp: Option<String>§surface: String§metrics: BTreeMap<String, f64>Trait Implementations§
Source§impl Clone for TokenGateSample
impl Clone for TokenGateSample
Source§fn clone(&self) -> TokenGateSample
fn clone(&self) -> TokenGateSample
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 TokenGateSample
impl Debug for TokenGateSample
Source§impl PartialEq for TokenGateSample
impl PartialEq for TokenGateSample
Source§impl Serialize for TokenGateSample
impl Serialize for TokenGateSample
impl StructuralPartialEq for TokenGateSample
Auto Trait Implementations§
impl Freeze for TokenGateSample
impl RefUnwindSafe for TokenGateSample
impl Send for TokenGateSample
impl Sync for TokenGateSample
impl Unpin for TokenGateSample
impl UnsafeUnpin for TokenGateSample
impl UnwindSafe for TokenGateSample
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