pub struct SecurityApi { /* private fields */ }Expand description
API client for Datadog security endpoints.
Implementations§
Source§impl SecurityApi
impl SecurityApi
Sourcepub const fn new(client: DatadogClient) -> Self
pub const fn new(client: DatadogClient) -> Self
Creates a new API client.
pub async fn list_security_rules(&self) -> Result<SecurityRulesResponse>
Auto Trait Implementations§
impl Freeze for SecurityApi
impl !RefUnwindSafe for SecurityApi
impl Send for SecurityApi
impl Sync for SecurityApi
impl Unpin for SecurityApi
impl !UnwindSafe for SecurityApi
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