pub struct PostImages {
pub url: Option<String>,
}Expand description
Display image for the Post.
This type is not used in any activity, and only used as part of another schema.
Fields§
§url: Option<String>no description provided
Trait Implementations§
Source§impl Clone for PostImages
impl Clone for PostImages
Source§fn clone(&self) -> PostImages
fn clone(&self) -> PostImages
Returns a duplicate of the value. Read more
1.0.0 · 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 PostImages
impl Debug for PostImages
Source§impl Default for PostImages
impl Default for PostImages
Source§fn default() -> PostImages
fn default() -> PostImages
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PostImages
impl<'de> Deserialize<'de> for PostImages
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 Serialize for PostImages
impl Serialize for PostImages
impl NestedType for PostImages
impl Part for PostImages
Auto Trait Implementations§
impl Freeze for PostImages
impl RefUnwindSafe for PostImages
impl Send for PostImages
impl Sync for PostImages
impl Unpin for PostImages
impl UnwindSafe for PostImages
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