pub struct UpdateStory {
pub story: Story,
}
Expand description
A story was changed
Fields§
§story: Story
The new information about the story
Trait Implementations§
Source§impl Clone for UpdateStory
impl Clone for UpdateStory
Source§fn clone(&self) -> UpdateStory
fn clone(&self) -> UpdateStory
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 UpdateStory
impl Debug for UpdateStory
Source§impl<'de> Deserialize<'de> for UpdateStory
impl<'de> Deserialize<'de> for UpdateStory
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 UpdateStory
impl PartialEq for UpdateStory
Source§impl Serialize for UpdateStory
impl Serialize for UpdateStory
impl StructuralPartialEq for UpdateStory
Auto Trait Implementations§
impl Freeze for UpdateStory
impl RefUnwindSafe for UpdateStory
impl Send for UpdateStory
impl Sync for UpdateStory
impl Unpin for UpdateStory
impl UnwindSafe for UpdateStory
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