pub struct MetadataOpf {
pub name: String,
pub content: String,
}Expand description
Represents the EPUB <meta> content inside content.opf file.
Fields§
§name: StringName of the <meta> tag
content: StringContent of the <meta> tag
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MetadataOpf
impl RefUnwindSafe for MetadataOpf
impl Send for MetadataOpf
impl Sync for MetadataOpf
impl Unpin for MetadataOpf
impl UnwindSafe for MetadataOpf
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