pub struct Subfield {
pub code: Code,
pub content: String,
}
Expand description
A subfield in a MARC record.
Fields§
§code: Code
§content: String
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Subfield
impl Send for Subfield
impl Sync for Subfield
impl Unpin for Subfield
impl UnwindSafe for Subfield
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