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 Freeze for Subfield
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