pub enum TenancyContactRolesBulkDestroyError {
UnknownValue(Value),
}Expand description
struct for typed errors of method tenancy_contact_roles_bulk_destroy
Variants§
Trait Implementations§
Source§impl Clone for TenancyContactRolesBulkDestroyError
impl Clone for TenancyContactRolesBulkDestroyError
Source§fn clone(&self) -> TenancyContactRolesBulkDestroyError
fn clone(&self) -> TenancyContactRolesBulkDestroyError
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<'de> Deserialize<'de> for TenancyContactRolesBulkDestroyError
impl<'de> Deserialize<'de> for TenancyContactRolesBulkDestroyError
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
Auto Trait Implementations§
impl Freeze for TenancyContactRolesBulkDestroyError
impl RefUnwindSafe for TenancyContactRolesBulkDestroyError
impl Send for TenancyContactRolesBulkDestroyError
impl Sync for TenancyContactRolesBulkDestroyError
impl Unpin for TenancyContactRolesBulkDestroyError
impl UnwindSafe for TenancyContactRolesBulkDestroyError
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