#[repr(C)]pub struct ArchivedBehavioralBaseline{Show 22 fields
pub id: Archived<Uuid>,
pub account_id: Archived<u16>,
pub period_count: Archived<u16>,
pub _pad: Archived<u32>,
pub mean: Archived<f64>,
pub median: Archived<f64>,
pub std_dev: Archived<f64>,
pub mad: Archived<f64>,
pub q1: Archived<f64>,
pub q3: Archived<f64>,
pub iqr: Archived<f64>,
pub min_value: Archived<f64>,
pub max_value: Archived<f64>,
pub p5: Archived<f64>,
pub p95: Archived<f64>,
pub skewness: Archived<f64>,
pub kurtosis: Archived<f64>,
pub avg_transaction_count: Archived<f64>,
pub transaction_count_std_dev: Archived<f64>,
pub last_updated: Archived<HybridTimestamp>,
pub period_start: Archived<HybridTimestamp>,
pub period_end: Archived<HybridTimestamp>,
}Expand description
An archived BehavioralBaseline
Fields§
§id: Archived<Uuid>The archived counterpart of BehavioralBaseline::id
account_id: Archived<u16>The archived counterpart of BehavioralBaseline::account_id
period_count: Archived<u16>The archived counterpart of BehavioralBaseline::period_count
_pad: Archived<u32>The archived counterpart of BehavioralBaseline::_pad
mean: Archived<f64>The archived counterpart of BehavioralBaseline::mean
median: Archived<f64>The archived counterpart of BehavioralBaseline::median
std_dev: Archived<f64>The archived counterpart of BehavioralBaseline::std_dev
mad: Archived<f64>The archived counterpart of BehavioralBaseline::mad
q1: Archived<f64>The archived counterpart of BehavioralBaseline::q1
q3: Archived<f64>The archived counterpart of BehavioralBaseline::q3
iqr: Archived<f64>The archived counterpart of BehavioralBaseline::iqr
min_value: Archived<f64>The archived counterpart of BehavioralBaseline::min_value
max_value: Archived<f64>The archived counterpart of BehavioralBaseline::max_value
p5: Archived<f64>The archived counterpart of BehavioralBaseline::p5
p95: Archived<f64>The archived counterpart of BehavioralBaseline::p95
skewness: Archived<f64>The archived counterpart of BehavioralBaseline::skewness
kurtosis: Archived<f64>The archived counterpart of BehavioralBaseline::kurtosis
avg_transaction_count: Archived<f64>The archived counterpart of BehavioralBaseline::avg_transaction_count
transaction_count_std_dev: Archived<f64>The archived counterpart of BehavioralBaseline::transaction_count_std_dev
last_updated: Archived<HybridTimestamp>The archived counterpart of BehavioralBaseline::last_updated
period_start: Archived<HybridTimestamp>The archived counterpart of BehavioralBaseline::period_start
period_end: Archived<HybridTimestamp>The archived counterpart of BehavioralBaseline::period_end
Auto Trait Implementations§
impl Freeze for ArchivedBehavioralBaseline
impl RefUnwindSafe for ArchivedBehavioralBaseline
impl Send for ArchivedBehavioralBaseline
impl Sync for ArchivedBehavioralBaseline
impl Unpin for ArchivedBehavioralBaseline
impl UnwindSafe for ArchivedBehavioralBaseline
Blanket Implementations§
Source§impl<T> ArchivePointee for T
impl<T> ArchivePointee for T
Source§type ArchivedMetadata = ()
type ArchivedMetadata = ()
Source§fn pointer_metadata(
_: &<T as ArchivePointee>::ArchivedMetadata,
) -> <T as Pointee>::Metadata
fn pointer_metadata( _: &<T as ArchivePointee>::ArchivedMetadata, ) -> <T as Pointee>::Metadata
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
Source§impl<F, W, T, D> Deserialize<With<T, W>, D> for F
impl<F, W, T, D> Deserialize<With<T, W>, D> for F
Source§impl<T> Downcast for Twhere
T: Any,
impl<T> Downcast for Twhere
T: Any,
Source§fn into_any(self: Box<T>) -> Box<dyn Any>
fn into_any(self: Box<T>) -> Box<dyn Any>
Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can
then be further downcast into Box<ConcreteType> where ConcreteType implements Trait.Source§fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>
fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>
Rc<Trait> (where Trait: Downcast) to Rc<Any>. Rc<Any> can then be
further downcast into Rc<ConcreteType> where ConcreteType implements Trait.Source§fn as_any(&self) -> &(dyn Any + 'static)
fn as_any(&self) -> &(dyn Any + 'static)
&Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot
generate &Any’s vtable from &Trait’s.Source§fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)
fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)
&mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot
generate &mut Any’s vtable from &mut Trait’s.Source§impl<T> DowncastSync for T
impl<T> DowncastSync for T
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> LayoutRaw for T
impl<T> LayoutRaw for T
Source§fn layout_raw(_: <T as Pointee>::Metadata) -> Result<Layout, LayoutError>
fn layout_raw(_: <T as Pointee>::Metadata) -> Result<Layout, LayoutError>
Source§impl<SS, SP> SupersetOf<SS> for SPwhere
SS: SubsetOf<SP>,
impl<SS, SP> SupersetOf<SS> for SPwhere
SS: SubsetOf<SP>,
Source§fn to_subset(&self) -> Option<SS>
fn to_subset(&self) -> Option<SS>
self from the equivalent element of its
superset. Read moreSource§fn is_in_subset(&self) -> bool
fn is_in_subset(&self) -> bool
self is actually part of its subset T (and can be converted to it).Source§fn to_subset_unchecked(&self) -> SS
fn to_subset_unchecked(&self) -> SS
self.to_subset but without any property checks. Always succeeds.Source§fn from_subset(element: &SS) -> SP
fn from_subset(element: &SS) -> SP
self to the equivalent element of its superset.