pub struct PushMessageContentStory {
pub is_pinned: bool,
}
Expand description
A message with a story
Fields§
§is_pinned: bool
True, if the message is a pinned message with the specified content
Trait Implementations§
Source§impl Clone for PushMessageContentStory
impl Clone for PushMessageContentStory
Source§fn clone(&self) -> PushMessageContentStory
fn clone(&self) -> PushMessageContentStory
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 PushMessageContentStory
impl Debug for PushMessageContentStory
Source§impl Default for PushMessageContentStory
impl Default for PushMessageContentStory
Source§fn default() -> PushMessageContentStory
fn default() -> PushMessageContentStory
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PushMessageContentStory
impl<'de> Deserialize<'de> for PushMessageContentStory
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 PushMessageContentStory
impl PartialEq for PushMessageContentStory
Source§impl Serialize for PushMessageContentStory
impl Serialize for PushMessageContentStory
impl StructuralPartialEq for PushMessageContentStory
Auto Trait Implementations§
impl Freeze for PushMessageContentStory
impl RefUnwindSafe for PushMessageContentStory
impl Send for PushMessageContentStory
impl Sync for PushMessageContentStory
impl Unpin for PushMessageContentStory
impl UnwindSafe for PushMessageContentStory
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