pub struct StoryContentPhoto {
pub photo: Photo,
}
Expand description
A photo story
Fields§
§photo: Photo
The photo
Trait Implementations§
Source§impl Clone for StoryContentPhoto
impl Clone for StoryContentPhoto
Source§fn clone(&self) -> StoryContentPhoto
fn clone(&self) -> StoryContentPhoto
Returns a copy 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 StoryContentPhoto
impl Debug for StoryContentPhoto
Source§impl Default for StoryContentPhoto
impl Default for StoryContentPhoto
Source§fn default() -> StoryContentPhoto
fn default() -> StoryContentPhoto
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for StoryContentPhoto
impl<'de> Deserialize<'de> for StoryContentPhoto
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 StoryContentPhoto
impl PartialEq for StoryContentPhoto
Source§impl Serialize for StoryContentPhoto
impl Serialize for StoryContentPhoto
impl StructuralPartialEq for StoryContentPhoto
Auto Trait Implementations§
impl Freeze for StoryContentPhoto
impl RefUnwindSafe for StoryContentPhoto
impl Send for StoryContentPhoto
impl Sync for StoryContentPhoto
impl Unpin for StoryContentPhoto
impl UnwindSafe for StoryContentPhoto
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