Struct fb2::InlineImage
source · pub struct InlineImage {
pub kind: &'static str,
pub href: Option<String>,
pub alt: Option<String>,
}Fields§
§kind: &'static str“type” is reserved in Rust
href: Option<String>§alt: Option<String>Trait Implementations§
source§impl Debug for InlineImage
impl Debug for InlineImage
source§impl PartialEq<InlineImage> for InlineImage
impl PartialEq<InlineImage> for InlineImage
source§fn eq(&self, other: &InlineImage) -> bool
fn eq(&self, other: &InlineImage) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for InlineImage
Auto Trait Implementations§
impl RefUnwindSafe for InlineImage
impl Send for InlineImage
impl Sync for InlineImage
impl Unpin for InlineImage
impl UnwindSafe for InlineImage
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