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