pub struct AuditLog_InviteSent {
pub id: Option<String>,
pub data: Option<AuditLog_InviteSent_Data>,
}
Expand description
The details for events with this type
.
Fields§
§id: Option<String>
The ID of the invite.
data: Option<AuditLog_InviteSent_Data>
Trait Implementations§
Source§impl Clone for AuditLog_InviteSent
impl Clone for AuditLog_InviteSent
Source§fn clone(&self) -> AuditLog_InviteSent
fn clone(&self) -> AuditLog_InviteSent
Returns a copy 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 AuditLog_InviteSent
impl Debug for AuditLog_InviteSent
Source§impl Default for AuditLog_InviteSent
impl Default for AuditLog_InviteSent
Source§fn default() -> AuditLog_InviteSent
fn default() -> AuditLog_InviteSent
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for AuditLog_InviteSent
impl RefUnwindSafe for AuditLog_InviteSent
impl Send for AuditLog_InviteSent
impl Sync for AuditLog_InviteSent
impl Unpin for AuditLog_InviteSent
impl UnwindSafe for AuditLog_InviteSent
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