pub struct DataBaseCheck1 {
pub db_chck: bool,
pub id: String,
}Fields§
§db_chck: bool§id: StringImplementations§
Source§impl DataBaseCheck1
impl DataBaseCheck1
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for DataBaseCheck1
impl RefUnwindSafe for DataBaseCheck1
impl Send for DataBaseCheck1
impl Sync for DataBaseCheck1
impl Unpin for DataBaseCheck1
impl UnwindSafe for DataBaseCheck1
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