pub mod fluidattacks_tracks_domain
pub mod fluidattacks_tracks_domain::event
#[non_exhaustive] pub enum fluidattacks_tracks_domain::event::Action
pub fluidattacks_tracks_domain::event::Action::Create
pub fluidattacks_tracks_domain::event::Action::Delete
pub fluidattacks_tracks_domain::event::Action::Read
pub fluidattacks_tracks_domain::event::Action::Update
impl core::clone::Clone for fluidattacks_tracks_domain::event::Action
pub fn fluidattacks_tracks_domain::event::Action::clone(&self) -> fluidattacks_tracks_domain::event::Action
impl core::fmt::Debug for fluidattacks_tracks_domain::event::Action
pub fn fluidattacks_tracks_domain::event::Action::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result
impl serde_core::ser::Serialize for fluidattacks_tracks_domain::event::Action
pub fn fluidattacks_tracks_domain::event::Action::serialize<__S>(&self, __serializer: __S) -> core::result::Result<<__S as serde_core::ser::Serializer>::Ok, <__S as serde_core::ser::Serializer>::Error> where __S: serde_core::ser::Serializer
#[non_exhaustive] pub enum fluidattacks_tracks_domain::event::Mechanism
pub fluidattacks_tracks_domain::event::Mechanism::Api
pub fluidattacks_tracks_domain::event::Mechanism::Bts
pub fluidattacks_tracks_domain::event::Mechanism::Desktop
pub fluidattacks_tracks_domain::event::Mechanism::Email
pub fluidattacks_tracks_domain::event::Mechanism::Fixes
pub fluidattacks_tracks_domain::event::Mechanism::Forces
pub fluidattacks_tracks_domain::event::Mechanism::Jira
pub fluidattacks_tracks_domain::event::Mechanism::Mcp
pub fluidattacks_tracks_domain::event::Mechanism::Melts
pub fluidattacks_tracks_domain::event::Mechanism::Messaging
pub fluidattacks_tracks_domain::event::Mechanism::Migration
pub fluidattacks_tracks_domain::event::Mechanism::Retrieves
pub fluidattacks_tracks_domain::event::Mechanism::Scheduler
pub fluidattacks_tracks_domain::event::Mechanism::Smells
pub fluidattacks_tracks_domain::event::Mechanism::Task
pub fluidattacks_tracks_domain::event::Mechanism::Web
impl core::clone::Clone for fluidattacks_tracks_domain::event::Mechanism
pub fn fluidattacks_tracks_domain::event::Mechanism::clone(&self) -> fluidattacks_tracks_domain::event::Mechanism
impl core::fmt::Debug for fluidattacks_tracks_domain::event::Mechanism
pub fn fluidattacks_tracks_domain::event::Mechanism::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result
impl serde_core::ser::Serialize for fluidattacks_tracks_domain::event::Mechanism
pub fn fluidattacks_tracks_domain::event::Mechanism::serialize<__S>(&self, __serializer: __S) -> core::result::Result<<__S as serde_core::ser::Serializer>::Ok, <__S as serde_core::ser::Serializer>::Error> where __S: serde_core::ser::Serializer
#[non_exhaustive] pub struct fluidattacks_tracks_domain::event::Event
pub fluidattacks_tracks_domain::event::Event::action: fluidattacks_tracks_domain::event::Action
pub fluidattacks_tracks_domain::event::Event::author: alloc::string::String
pub fluidattacks_tracks_domain::event::Event::author_anonymous: core::option::Option<bool>
pub fluidattacks_tracks_domain::event::Event::author_ip: core::option::Option<alloc::string::String>
pub fluidattacks_tracks_domain::event::Event::author_role: core::option::Option<alloc::string::String>
pub fluidattacks_tracks_domain::event::Event::author_user_agent: core::option::Option<alloc::string::String>
pub fluidattacks_tracks_domain::event::Event::date: chrono::datetime::DateTime<chrono::offset::utc::Utc>
pub fluidattacks_tracks_domain::event::Event::mechanism: fluidattacks_tracks_domain::event::Mechanism
pub fluidattacks_tracks_domain::event::Event::metadata: serde_json::value::Value
pub fluidattacks_tracks_domain::event::Event::object: alloc::string::String
pub fluidattacks_tracks_domain::event::Event::object_id: alloc::string::String
pub fluidattacks_tracks_domain::event::Event::session_id: core::option::Option<alloc::string::String>
impl fluidattacks_tracks_domain::event::Event
pub const fn fluidattacks_tracks_domain::event::Event::new(action: fluidattacks_tracks_domain::event::Action, author: alloc::string::String, date: chrono::datetime::DateTime<chrono::offset::utc::Utc>, mechanism: fluidattacks_tracks_domain::event::Mechanism, metadata: serde_json::value::Value, object: alloc::string::String, object_id: alloc::string::String) -> Self
impl core::clone::Clone for fluidattacks_tracks_domain::event::Event
pub fn fluidattacks_tracks_domain::event::Event::clone(&self) -> fluidattacks_tracks_domain::event::Event
impl core::fmt::Debug for fluidattacks_tracks_domain::event::Event
pub fn fluidattacks_tracks_domain::event::Event::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result
impl serde_core::ser::Serialize for fluidattacks_tracks_domain::event::Event
pub fn fluidattacks_tracks_domain::event::Event::serialize<__S>(&self, __serializer: __S) -> core::result::Result<<__S as serde_core::ser::Serializer>::Ok, <__S as serde_core::ser::Serializer>::Error> where __S: serde_core::ser::Serializer
