Struct bookdata::openlib::subject::SubjectEntry
source · pub struct SubjectEntry {
pub entity: i32,
pub subj_type: SubjectType,
pub subject: String,
}
Expand description
Schema for subject linking records.
Fields§
§entity: i32
§subj_type: SubjectType
§subject: String
Trait Implementations§
source§impl Clone for SubjectEntry
impl Clone for SubjectEntry
source§fn clone(&self) -> SubjectEntry
fn clone(&self) -> SubjectEntry
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 SubjectEntry
impl Debug for SubjectEntry
source§impl From<SubjectEntry> for EditionSubjectRec
impl From<SubjectEntry> for EditionSubjectRec
source§fn from(value: SubjectEntry) -> Self
fn from(value: SubjectEntry) -> Self
Converts to this type from the input type.
source§impl From<SubjectEntry> for WorkSubjectRec
impl From<SubjectEntry> for WorkSubjectRec
source§fn from(value: SubjectEntry) -> Self
fn from(value: SubjectEntry) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for SubjectEntry
impl Send for SubjectEntry
impl Sync for SubjectEntry
impl Unpin for SubjectEntry
impl UnwindSafe for SubjectEntry
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