pub struct ClassEntry {
pub class_id: i32,
pub network_name: String,
pub table_name: String,
}Expand description
A single entity class entry.
Fields§
§class_id: i32§network_name: String§table_name: StringTrait Implementations§
Source§impl Clone for ClassEntry
impl Clone for ClassEntry
Source§fn clone(&self) -> ClassEntry
fn clone(&self) -> ClassEntry
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ClassEntry
impl Debug for ClassEntry
Auto Trait Implementations§
impl Freeze for ClassEntry
impl RefUnwindSafe for ClassEntry
impl Send for ClassEntry
impl Sync for ClassEntry
impl Unpin for ClassEntry
impl UnsafeUnpin for ClassEntry
impl UnwindSafe for ClassEntry
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