Struct edgedb_errors::kinds::DuplicateCastDefinitionError
source · [−]pub struct DuplicateCastDefinitionError;
Trait Implementations
sourceimpl ErrorKind for DuplicateCastDefinitionError
impl ErrorKind for DuplicateCastDefinitionError
fn with_message<S: Into<Cow<'static, str>>>(s: S) -> Error
fn with_source<E: Error + Send + Sync + 'static>(src: E) -> Error
fn with_source_box(src: Box<dyn Error + Send + Sync>) -> Error
fn with_source_ref<T>(src: T) -> Error where
T: AsRef<dyn Error + Send + Sync>,
T: Send + Sync + 'static,
fn build() -> Error
Auto Trait Implementations
impl RefUnwindSafe for DuplicateCastDefinitionError
impl Send for DuplicateCastDefinitionError
impl Sync for DuplicateCastDefinitionError
impl Unpin for DuplicateCastDefinitionError
impl UnwindSafe for DuplicateCastDefinitionError
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more