pub struct MistAudits {
pub admin_name: String,
pub after: Option<String>,
pub before: Option<String>,
pub id: String,
pub message: String,
pub org_id: String,
pub site_id: Option<String>,
pub site_name: Option<String>,
pub src_ip: String,
pub timestamp: f64,
pub user_agent: String,
pub webhook_id: Option<String>,
}Expand description
Mist Audit Payload
Fields§
§admin_name: StringAdmin Name
after: Option<String>After
before: Option<String>Before
id: StringIdentifier
message: StringMessage
org_id: StringOrganization Id
site_id: Option<String>Site Id
site_name: Option<String>Site Name
src_ip: StringSRC IP Address
timestamp: f64Audit Timestamp
user_agent: StringUser Agent
webhook_id: Option<String>Webhook Id
Trait Implementations§
Source§impl Clone for MistAudits
impl Clone for MistAudits
Source§fn clone(&self) -> MistAudits
fn clone(&self) -> MistAudits
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for MistAudits
impl Debug for MistAudits
Source§impl<'de> Deserialize<'de> for MistAudits
impl<'de> Deserialize<'de> for MistAudits
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for MistAudits
impl RefUnwindSafe for MistAudits
impl Send for MistAudits
impl Sync for MistAudits
impl Unpin for MistAudits
impl UnwindSafe for MistAudits
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)