pub enum PageBlock {
Show 23 variants
PageBlockTitle(PageBlockTitle),
PageBlockSubtitle(PageBlockSubtitle),
PageBlockAuthorDate(PageBlockAuthorDate),
PageBlockHeader(PageBlockHeader),
PageBlockSubheader(PageBlockSubheader),
PageBlockParagraph(PageBlockParagraph),
PageBlockPreformatted(PageBlockPreformatted),
PageBlockFooter(PageBlockFooter),
PageBlockDivider(PageBlockDivider),
PageBlockAnchor(PageBlockAnchor),
PageBlockList(PageBlockList),
PageBlockBlockQuote(PageBlockBlockQuote),
PageBlockPullQuote(PageBlockPullQuote),
PageBlockAnimation(PageBlockAnimation),
PageBlockAudio(PageBlockAudio),
PageBlockPhoto(PageBlockPhoto),
PageBlockVideo(PageBlockVideo),
PageBlockCover(PageBlockCover),
PageBlockEmbedded(PageBlockEmbedded),
PageBlockEmbeddedPost(PageBlockEmbeddedPost),
PageBlockCollage(PageBlockCollage),
PageBlockSlideshow(PageBlockSlideshow),
PageBlockChatLink(PageBlockChatLink),
}
Expand description
Variants§
PageBlockTitle(PageBlockTitle)
PageBlockSubtitle(PageBlockSubtitle)
PageBlockAuthorDate(PageBlockAuthorDate)
PageBlockHeader(PageBlockHeader)
PageBlockSubheader(PageBlockSubheader)
PageBlockParagraph(PageBlockParagraph)
PageBlockPreformatted(PageBlockPreformatted)
PageBlockDivider(PageBlockDivider)
PageBlockAnchor(PageBlockAnchor)
PageBlockList(PageBlockList)
PageBlockBlockQuote(PageBlockBlockQuote)
PageBlockPullQuote(PageBlockPullQuote)
PageBlockAnimation(PageBlockAnimation)
PageBlockAudio(PageBlockAudio)
PageBlockPhoto(PageBlockPhoto)
PageBlockVideo(PageBlockVideo)
PageBlockCover(PageBlockCover)
PageBlockEmbedded(PageBlockEmbedded)
PageBlockEmbeddedPost(PageBlockEmbeddedPost)
PageBlockCollage(PageBlockCollage)
PageBlockSlideshow(PageBlockSlideshow)
PageBlockChatLink(PageBlockChatLink)
Trait Implementations§
Source§impl<'de> Deserialize<'de> for PageBlock
impl<'de> Deserialize<'de> for PageBlock
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
Auto Trait Implementations§
impl Freeze for PageBlock
impl RefUnwindSafe for PageBlock
impl Send for PageBlock
impl Sync for PageBlock
impl Unpin for PageBlock
impl UnwindSafe for PageBlock
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