pub struct DeleteUsageTriggerParams {
pub account_sid: String,
pub sid: String,
}
Expand description
struct for passing parameters to the method delete_usage_trigger
Fields§
§account_sid: String
The SID of the Account that created the UsageTrigger resources to delete.
sid: String
The Twilio-provided string that uniquely identifies the UsageTrigger resource to delete.
Trait Implementations§
Source§impl Clone for DeleteUsageTriggerParams
impl Clone for DeleteUsageTriggerParams
Source§fn clone(&self) -> DeleteUsageTriggerParams
fn clone(&self) -> DeleteUsageTriggerParams
Returns a copy of the value. Read more
1.0.0 · 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 Freeze for DeleteUsageTriggerParams
impl RefUnwindSafe for DeleteUsageTriggerParams
impl Send for DeleteUsageTriggerParams
impl Sync for DeleteUsageTriggerParams
impl Unpin for DeleteUsageTriggerParams
impl UnwindSafe for DeleteUsageTriggerParams
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