Struct edgedb_errors::kinds::QueryArgumentError  
source · pub struct QueryArgumentError;Trait Implementations§
source§impl ErrorKind for QueryArgumentError
 
impl ErrorKind for QueryArgumentError
Auto Trait Implementations§
impl Freeze for QueryArgumentError
impl RefUnwindSafe for QueryArgumentError
impl Send for QueryArgumentError
impl Sync for QueryArgumentError
impl Unpin for QueryArgumentError
impl UnwindSafe for QueryArgumentError
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