Struct fire_postgres::table::info::ValidateParamsError
source · pub struct ValidateParamsError(pub String);
Tuple Fields§
§0: String
Trait Implementations§
source§impl Clone for ValidateParamsError
impl Clone for ValidateParamsError
source§fn clone(&self) -> ValidateParamsError
fn clone(&self) -> ValidateParamsError
Returns a copy 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 moreAuto Trait Implementations§
impl Freeze for ValidateParamsError
impl RefUnwindSafe for ValidateParamsError
impl Send for ValidateParamsError
impl Sync for ValidateParamsError
impl Unpin for ValidateParamsError
impl UnwindSafe for ValidateParamsError
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