pub struct DeleteIncomingPhoneNumberAssignedAddOnParams {
pub account_sid: String,
pub resource_sid: String,
pub sid: String,
}
Expand description
struct for passing parameters to the method delete_incoming_phone_number_assigned_add_on
Fields§
§account_sid: String
The SID of the Account that created the resources to delete.
resource_sid: String
The SID of the Phone Number to which the Add-on is assigned.
sid: String
The Twilio-provided string that uniquely identifies the resource to delete.
Trait Implementations§
Source§impl Clone for DeleteIncomingPhoneNumberAssignedAddOnParams
impl Clone for DeleteIncomingPhoneNumberAssignedAddOnParams
Source§fn clone(&self) -> DeleteIncomingPhoneNumberAssignedAddOnParams
fn clone(&self) -> DeleteIncomingPhoneNumberAssignedAddOnParams
Returns a duplicate 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 DeleteIncomingPhoneNumberAssignedAddOnParams
impl RefUnwindSafe for DeleteIncomingPhoneNumberAssignedAddOnParams
impl Send for DeleteIncomingPhoneNumberAssignedAddOnParams
impl Sync for DeleteIncomingPhoneNumberAssignedAddOnParams
impl Unpin for DeleteIncomingPhoneNumberAssignedAddOnParams
impl UnwindSafe for DeleteIncomingPhoneNumberAssignedAddOnParams
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