pub struct PageBlockRelatedArticles {
pub title: RichText,
pub articles: Vec<PageRelatedArticle>,
}Expand description
Generated from:
pageBlockRelatedArticles#16115a96 title:RichText articles:Vector<PageRelatedArticle> = PageBlockFields§
§title: RichText§articles: Vec<PageRelatedArticle>Trait Implementations§
Source§impl Clone for PageBlockRelatedArticles
impl Clone for PageBlockRelatedArticles
Source§fn clone(&self) -> PageBlockRelatedArticles
fn clone(&self) -> PageBlockRelatedArticles
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 PageBlockRelatedArticles
impl Debug for PageBlockRelatedArticles
Source§impl Deserializable for PageBlockRelatedArticles
impl Deserializable for PageBlockRelatedArticles
Source§fn deserialize(buf: Buffer<'_, '_>) -> Result<Self>
fn deserialize(buf: Buffer<'_, '_>) -> Result<Self>
Read
Self from buf, advancing its position.Source§fn from_bytes(bytes: &[u8]) -> Result<Self>
fn from_bytes(bytes: &[u8]) -> Result<Self>
Convenience: deserialize from a byte slice.
Source§impl From<PageBlockRelatedArticles> for PageBlock
impl From<PageBlockRelatedArticles> for PageBlock
Source§fn from(x: PageBlockRelatedArticles) -> Self
fn from(x: PageBlockRelatedArticles) -> Self
Converts to this type from the input type.
Source§impl Identifiable for PageBlockRelatedArticles
impl Identifiable for PageBlockRelatedArticles
Source§const CONSTRUCTOR_ID: u32 = 0x16115a96
const CONSTRUCTOR_ID: u32 = 0x16115a96
The constructor ID as specified in the TL schema.
Source§impl PartialEq for PageBlockRelatedArticles
impl PartialEq for PageBlockRelatedArticles
Source§impl TryFrom<PageBlock> for PageBlockRelatedArticles
impl TryFrom<PageBlock> for PageBlockRelatedArticles
impl StructuralPartialEq for PageBlockRelatedArticles
Auto Trait Implementations§
impl Freeze for PageBlockRelatedArticles
impl RefUnwindSafe for PageBlockRelatedArticles
impl Send for PageBlockRelatedArticles
impl Sync for PageBlockRelatedArticles
impl Unpin for PageBlockRelatedArticles
impl UnsafeUnpin for PageBlockRelatedArticles
impl UnwindSafe for PageBlockRelatedArticles
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