Struct qdb::DatabaseEntity
source · pub struct DatabaseEntity {
pub entity_id: String,
pub entity_type: String,
pub entity_name: String,
}Fields§
§entity_id: String§entity_type: String§entity_name: StringTrait Implementations§
source§impl Clone for DatabaseEntity
impl Clone for DatabaseEntity
source§fn clone(&self) -> DatabaseEntity
fn clone(&self) -> DatabaseEntity
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 moresource§impl Debug for DatabaseEntity
impl Debug for DatabaseEntity
source§impl Hash for DatabaseEntity
impl Hash for DatabaseEntity
source§impl PartialEq for DatabaseEntity
impl PartialEq for DatabaseEntity
impl Eq for DatabaseEntity
impl StructuralPartialEq for DatabaseEntity
Auto Trait Implementations§
impl Freeze for DatabaseEntity
impl RefUnwindSafe for DatabaseEntity
impl Send for DatabaseEntity
impl Sync for DatabaseEntity
impl Unpin for DatabaseEntity
impl UnwindSafe for DatabaseEntity
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)