Struct json_book::InlineImage
source · pub struct InlineImage {
pub id: Uuid,
pub alt: Option<String>,
}Fields§
§id: Uuid§alt: Option<String>Trait Implementations§
source§impl Debug for InlineImage
impl Debug for InlineImage
source§impl<'de> Deserialize<'de> for InlineImage
impl<'de> Deserialize<'de> for InlineImage
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
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 ==.source§impl Serialize for InlineImage
impl Serialize for InlineImage
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