Struct bookdata::marc::book_fields::ISBNrecFrame
source · pub struct ISBNrecFrame<'a> {
rec_id: &'a <u32 as ColType>::Array,
isbn: &'a <String as ColType>::Array,
tag: &'a <Option<String> as ColType>::Array,
}
Fields§
§rec_id: &'a <u32 as ColType>::Array
§isbn: &'a <String as ColType>::Array
§tag: &'a <Option<String> as ColType>::Array
Trait Implementations§
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for ISBNrecFrame<'a>
impl<'a> Send for ISBNrecFrame<'a>
impl<'a> Sync for ISBNrecFrame<'a>
impl<'a> Unpin for ISBNrecFrame<'a>
impl<'a> !UnwindSafe for ISBNrecFrame<'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