pub struct CreateEventParams {
pub body: AuditLogEventIngestion,
}Fields§
§body: AuditLogEventIngestionRequest body sent with this call.
Required.
Implementations§
Source§impl CreateEventParams
impl CreateEventParams
Sourcepub fn new(body: AuditLogEventIngestion) -> Self
pub fn new(body: AuditLogEventIngestion) -> Self
Construct a new CreateEventParams with the required fields set.
Trait Implementations§
Source§impl Clone for CreateEventParams
impl Clone for CreateEventParams
Source§fn clone(&self) -> CreateEventParams
fn clone(&self) -> CreateEventParams
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 CreateEventParams
impl Debug for CreateEventParams
Auto Trait Implementations§
impl Freeze for CreateEventParams
impl RefUnwindSafe for CreateEventParams
impl Send for CreateEventParams
impl Sync for CreateEventParams
impl Unpin for CreateEventParams
impl UnsafeUnpin for CreateEventParams
impl UnwindSafe for CreateEventParams
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