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