pub struct AdminProjectSpendAlertsResource { /* private fields */ }Expand description
Admin Project Spend Alerts 资源。
Implementations§
Source§impl AdminProjectSpendAlertsResource
impl AdminProjectSpendAlertsResource
Sourcepub fn create(&self, project_id: impl Into<String>) -> JsonRequestBuilder<Value>
pub fn create(&self, project_id: impl Into<String>) -> JsonRequestBuilder<Value>
Creates a project spend alert.
Sourcepub fn update(
&self,
project_id: impl Into<String>,
alert_id: impl Into<String>,
) -> JsonRequestBuilder<Value>
pub fn update( &self, project_id: impl Into<String>, alert_id: impl Into<String>, ) -> JsonRequestBuilder<Value>
Updates a project spend alert.
Trait Implementations§
Source§impl Clone for AdminProjectSpendAlertsResource
impl Clone for AdminProjectSpendAlertsResource
Source§fn clone(&self) -> AdminProjectSpendAlertsResource
fn clone(&self) -> AdminProjectSpendAlertsResource
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl !RefUnwindSafe for AdminProjectSpendAlertsResource
impl !UnwindSafe for AdminProjectSpendAlertsResource
impl Freeze for AdminProjectSpendAlertsResource
impl Send for AdminProjectSpendAlertsResource
impl Sync for AdminProjectSpendAlertsResource
impl Unpin for AdminProjectSpendAlertsResource
impl UnsafeUnpin for AdminProjectSpendAlertsResource
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