pub struct CloudLogsHandler { /* private fields */ }
Expand description
Handler for Cloud logs operations
Implementations§
Source§impl CloudLogsHandler
impl CloudLogsHandler
pub fn new(client: CloudClient) -> Self
Sourcepub async fn database(
&self,
subscription_id: u32,
database_id: u32,
limit: Option<u32>,
offset: Option<u32>,
) -> Result<Value>
pub async fn database( &self, subscription_id: u32, database_id: u32, limit: Option<u32>, offset: Option<u32>, ) -> Result<Value>
Get database logs
Auto Trait Implementations§
impl Freeze for CloudLogsHandler
impl !RefUnwindSafe for CloudLogsHandler
impl Send for CloudLogsHandler
impl Sync for CloudLogsHandler
impl Unpin for CloudLogsHandler
impl !UnwindSafe for CloudLogsHandler
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