pub struct DeleteConditionalForwarderResult {}
Expand description
The result of a DeleteConditionalForwarder request.
Trait Implementations§
Source§impl Clone for DeleteConditionalForwarderResult
impl Clone for DeleteConditionalForwarderResult
Source§fn clone(&self) -> DeleteConditionalForwarderResult
fn clone(&self) -> DeleteConditionalForwarderResult
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 DeleteConditionalForwarderResult
impl Default for DeleteConditionalForwarderResult
Source§fn default() -> DeleteConditionalForwarderResult
fn default() -> DeleteConditionalForwarderResult
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DeleteConditionalForwarderResult
impl<'de> Deserialize<'de> for DeleteConditionalForwarderResult
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for DeleteConditionalForwarderResult
impl PartialEq for DeleteConditionalForwarderResult
Source§fn eq(&self, other: &DeleteConditionalForwarderResult) -> bool
fn eq(&self, other: &DeleteConditionalForwarderResult) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for DeleteConditionalForwarderResult
Auto Trait Implementations§
impl Freeze for DeleteConditionalForwarderResult
impl RefUnwindSafe for DeleteConditionalForwarderResult
impl Send for DeleteConditionalForwarderResult
impl Sync for DeleteConditionalForwarderResult
impl Unpin for DeleteConditionalForwarderResult
impl UnwindSafe for DeleteConditionalForwarderResult
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