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