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