pub struct BehavioralSession {
pub session: SessionPayload,
}Available on crate feature
gateway only.Expand description
Session payload for the behavioral ingest endpoint.
Fields§
§session: SessionPayloadSession containing HSI snapshots
Trait Implementations§
Source§impl Clone for BehavioralSession
impl Clone for BehavioralSession
Source§fn clone(&self) -> BehavioralSession
fn clone(&self) -> BehavioralSession
Returns a duplicate of the value. Read more
1.0.0 · 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 BehavioralSession
impl Debug for BehavioralSession
Auto Trait Implementations§
impl Freeze for BehavioralSession
impl RefUnwindSafe for BehavioralSession
impl Send for BehavioralSession
impl Sync for BehavioralSession
impl Unpin for BehavioralSession
impl UnwindSafe for BehavioralSession
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