pub struct StoryInteractionTypeForward {
pub message: Message,
}Expand description
A forward of the story as a message
Fields§
§message: MessageThe message with story forward
Trait Implementations§
Source§impl Clone for StoryInteractionTypeForward
impl Clone for StoryInteractionTypeForward
Source§fn clone(&self) -> StoryInteractionTypeForward
fn clone(&self) -> StoryInteractionTypeForward
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 StoryInteractionTypeForward
impl Debug for StoryInteractionTypeForward
Source§impl<'de> Deserialize<'de> for StoryInteractionTypeForward
impl<'de> Deserialize<'de> for StoryInteractionTypeForward
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 StoryInteractionTypeForward
Auto Trait Implementations§
impl Freeze for StoryInteractionTypeForward
impl RefUnwindSafe for StoryInteractionTypeForward
impl Send for StoryInteractionTypeForward
impl Sync for StoryInteractionTypeForward
impl Unpin for StoryInteractionTypeForward
impl UnwindSafe for StoryInteractionTypeForward
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