pub struct DraftEmbedImage {
pub alt: Option<String>,
pub local_ref: DraftEmbedLocalRef,
}Fields§
§alt: Option<String>§local_ref: DraftEmbedLocalRefTrait Implementations§
Source§impl Clone for DraftEmbedImage
impl Clone for DraftEmbedImage
Source§fn clone(&self) -> DraftEmbedImage
fn clone(&self) -> DraftEmbedImage
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DraftEmbedImage
impl Debug for DraftEmbedImage
Source§impl<'de> Deserialize<'de> for DraftEmbedImage
impl<'de> Deserialize<'de> for DraftEmbedImage
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
Auto Trait Implementations§
impl Freeze for DraftEmbedImage
impl RefUnwindSafe for DraftEmbedImage
impl Send for DraftEmbedImage
impl Sync for DraftEmbedImage
impl Unpin for DraftEmbedImage
impl UnsafeUnpin for DraftEmbedImage
impl UnwindSafe for DraftEmbedImage
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