pub struct DeleteConditionalForwarderRequest {
pub directory_id: String,
pub remote_domain_name: String,
}Expand description
Deletes a conditional forwarder.
Fields§
§directory_id: StringThe directory ID for which you are deleting the conditional forwarder.
remote_domain_name: StringThe fully qualified domain name (FQDN) of the remote domain with which you are deleting the conditional forwarder.
Trait Implementations§
Source§impl Clone for DeleteConditionalForwarderRequest
impl Clone for DeleteConditionalForwarderRequest
Source§fn clone(&self) -> DeleteConditionalForwarderRequest
fn clone(&self) -> DeleteConditionalForwarderRequest
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 moreSource§impl Default for DeleteConditionalForwarderRequest
impl Default for DeleteConditionalForwarderRequest
Source§fn default() -> DeleteConditionalForwarderRequest
fn default() -> DeleteConditionalForwarderRequest
Returns the “default value” for a type. Read more
Source§impl PartialEq for DeleteConditionalForwarderRequest
impl PartialEq for DeleteConditionalForwarderRequest
Source§fn eq(&self, other: &DeleteConditionalForwarderRequest) -> bool
fn eq(&self, other: &DeleteConditionalForwarderRequest) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DeleteConditionalForwarderRequest
Auto Trait Implementations§
impl Freeze for DeleteConditionalForwarderRequest
impl RefUnwindSafe for DeleteConditionalForwarderRequest
impl Send for DeleteConditionalForwarderRequest
impl Sync for DeleteConditionalForwarderRequest
impl Unpin for DeleteConditionalForwarderRequest
impl UnwindSafe for DeleteConditionalForwarderRequest
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