Struct marc::Subfield [] [src]

pub struct Subfield<'a> { /* fields omitted */ }

View into a subfield of a MARC field

Methods

impl<'a> Subfield<'a>
[src]

Returns tag of a field this subfield belongs to.

Returns identifier of this subfield

Returns data of this subfield without subfield delimiter or identifier.

Trait Implementations

impl<'a> Eq for Subfield<'a>
[src]

impl<'a> PartialEq for Subfield<'a>
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl<'a> Clone for Subfield<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more