pub struct DeleteAddressParams {
pub account_sid: String,
pub sid: String,
}
Expand description
struct for passing parameters to the method delete_address
Fields§
§account_sid: String
The SID of the Account that is responsible for the Address resource to delete.
sid: String
The Twilio-provided string that uniquely identifies the Address resource to delete.
Trait Implementations§
Source§impl Clone for DeleteAddressParams
impl Clone for DeleteAddressParams
Source§fn clone(&self) -> DeleteAddressParams
fn clone(&self) -> DeleteAddressParams
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 DeleteAddressParams
impl RefUnwindSafe for DeleteAddressParams
impl Send for DeleteAddressParams
impl Sync for DeleteAddressParams
impl Unpin for DeleteAddressParams
impl UnwindSafe for DeleteAddressParams
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