pub struct AuditLogsService { /* private fields */ }Expand description
Operations on the AuditLogs resource.
Implementations§
Source§impl AuditLogsService
impl AuditLogsService
pub async fn list( &self, opts: Option<&AuditLogListOptions>, ) -> Result<CursorPaginatedResponse<AuditLog>, Error>
Auto Trait Implementations§
impl !RefUnwindSafe for AuditLogsService
impl !UnwindSafe for AuditLogsService
impl Freeze for AuditLogsService
impl Send for AuditLogsService
impl Sync for AuditLogsService
impl Unpin for AuditLogsService
impl UnsafeUnpin for AuditLogsService
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