pub struct ImageUrlPart {
pub image_url: MediaUrl,
}Expand description
Image URL content part wrapper.
Fields§
§image_url: MediaUrlImage media URL.
Trait Implementations§
Source§impl Clone for ImageUrlPart
impl Clone for ImageUrlPart
Source§fn clone(&self) -> ImageUrlPart
fn clone(&self) -> ImageUrlPart
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 ImageUrlPart
impl Debug for ImageUrlPart
Source§impl<'de> Deserialize<'de> for ImageUrlPart
impl<'de> Deserialize<'de> for ImageUrlPart
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 for ImageUrlPart
impl PartialEq for ImageUrlPart
Source§fn eq(&self, other: &ImageUrlPart) -> bool
fn eq(&self, other: &ImageUrlPart) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ImageUrlPart
impl Serialize for ImageUrlPart
impl StructuralPartialEq for ImageUrlPart
Auto Trait Implementations§
impl Freeze for ImageUrlPart
impl RefUnwindSafe for ImageUrlPart
impl Send for ImageUrlPart
impl Sync for ImageUrlPart
impl Unpin for ImageUrlPart
impl UnsafeUnpin for ImageUrlPart
impl UnwindSafe for ImageUrlPart
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