pub struct StoryInteractionTypeRepost {
pub story: Story,
}
Expand description
A repost of the story as a story
Fields§
§story: Story
The reposted story
Trait Implementations§
Source§impl Clone for StoryInteractionTypeRepost
impl Clone for StoryInteractionTypeRepost
Source§fn clone(&self) -> StoryInteractionTypeRepost
fn clone(&self) -> StoryInteractionTypeRepost
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 StoryInteractionTypeRepost
impl Debug for StoryInteractionTypeRepost
Source§impl<'de> Deserialize<'de> for StoryInteractionTypeRepost
impl<'de> Deserialize<'de> for StoryInteractionTypeRepost
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
impl StructuralPartialEq for StoryInteractionTypeRepost
Auto Trait Implementations§
impl Freeze for StoryInteractionTypeRepost
impl RefUnwindSafe for StoryInteractionTypeRepost
impl Send for StoryInteractionTypeRepost
impl Sync for StoryInteractionTypeRepost
impl Unpin for StoryInteractionTypeRepost
impl UnwindSafe for StoryInteractionTypeRepost
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