Struct fb2::CustomInfo
source · pub struct CustomInfo {
pub info_type: String,
pub content: LocalizedText,
}Expand description
Any other information about the book/document that didnt fit in the above groups
Fields§
§info_type: String§content: LocalizedTextTrait Implementations§
source§impl Debug for CustomInfo
impl Debug for CustomInfo
source§impl PartialEq<CustomInfo> for CustomInfo
impl PartialEq<CustomInfo> for CustomInfo
source§fn eq(&self, other: &CustomInfo) -> bool
fn eq(&self, other: &CustomInfo) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for CustomInfo
Auto Trait Implementations§
impl RefUnwindSafe for CustomInfo
impl Send for CustomInfo
impl Sync for CustomInfo
impl Unpin for CustomInfo
impl UnwindSafe for CustomInfo
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