pub struct Subfield {
pub code: char,
pub value: String,
}Expand description
Subfield within a data field
Fields§
§code: char§value: StringTrait Implementations§
impl Eq for Subfield
impl StructuralPartialEq for Subfield
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