pub struct InternalLinkTypeNewStory {
pub content_type: Option<StoryContentType>,
}Expand description
The link is a link to open the story posting interface
Fields§
§content_type: Option<StoryContentType>The type of the content of the story to post; may be null if unspecified
Trait Implementations§
Source§impl Clone for InternalLinkTypeNewStory
impl Clone for InternalLinkTypeNewStory
Source§fn clone(&self) -> InternalLinkTypeNewStory
fn clone(&self) -> InternalLinkTypeNewStory
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 InternalLinkTypeNewStory
impl Debug for InternalLinkTypeNewStory
Source§impl Default for InternalLinkTypeNewStory
impl Default for InternalLinkTypeNewStory
Source§fn default() -> InternalLinkTypeNewStory
fn default() -> InternalLinkTypeNewStory
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for InternalLinkTypeNewStory
impl<'de> Deserialize<'de> for InternalLinkTypeNewStory
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 InternalLinkTypeNewStory
impl PartialEq for InternalLinkTypeNewStory
Source§impl Serialize for InternalLinkTypeNewStory
impl Serialize for InternalLinkTypeNewStory
impl StructuralPartialEq for InternalLinkTypeNewStory
Auto Trait Implementations§
impl Freeze for InternalLinkTypeNewStory
impl RefUnwindSafe for InternalLinkTypeNewStory
impl Send for InternalLinkTypeNewStory
impl Sync for InternalLinkTypeNewStory
impl Unpin for InternalLinkTypeNewStory
impl UnsafeUnpin for InternalLinkTypeNewStory
impl UnwindSafe for InternalLinkTypeNewStory
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