Struct bookdata::openlib::work::WorkSubjectRecFrame
source · pub struct WorkSubjectRecFrame<'a> {
id: &'a <i32 as ColType>::Array,
subj_type: &'a <SubjectType as ColType>::Array,
subject: &'a <String as ColType>::Array,
}
Fields§
§id: &'a <i32 as ColType>::Array
§subj_type: &'a <SubjectType as ColType>::Array
§subject: &'a <String as ColType>::Array
Trait Implementations§
source§impl<'a> FrameStruct<'a, WorkSubjectRec> for WorkSubjectRecFrame<'a>
impl<'a> FrameStruct<'a, WorkSubjectRec> for WorkSubjectRecFrame<'a>
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for WorkSubjectRecFrame<'a>
impl<'a> Send for WorkSubjectRecFrame<'a>
impl<'a> Sync for WorkSubjectRecFrame<'a>
impl<'a> Unpin for WorkSubjectRecFrame<'a>
impl<'a> !UnwindSafe for WorkSubjectRecFrame<'a>
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