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