Struct bookdata::openlib::work::WorkAuthorRecFrame
source · pub struct WorkAuthorRecFrame<'a> {
id: &'a <i32 as ColType>::Array,
pos: &'a <i16 as ColType>::Array,
author: &'a <i32 as ColType>::Array,
}
Fields§
§id: &'a <i32 as ColType>::Array
§pos: &'a <i16 as ColType>::Array
Trait Implementations§
source§impl<'a> FrameStruct<'a, WorkAuthorRec> for WorkAuthorRecFrame<'a>
impl<'a> FrameStruct<'a, WorkAuthorRec> for WorkAuthorRecFrame<'a>
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for WorkAuthorRecFrame<'a>
impl<'a> Send for WorkAuthorRecFrame<'a>
impl<'a> Sync for WorkAuthorRecFrame<'a>
impl<'a> Unpin for WorkAuthorRecFrame<'a>
impl<'a> !UnwindSafe for WorkAuthorRecFrame<'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