pub struct PageBlockBlockquoteBlocks {
pub blocks: Vec<PageBlock>,
pub caption: RichText,
}Expand description
Generated from:
pageBlockBlockquoteBlocks#e6e47c4 blocks:Vector<PageBlock> caption:RichText = PageBlockFields§
§blocks: Vec<PageBlock>§caption: RichTextTrait Implementations§
Source§impl Clone for PageBlockBlockquoteBlocks
impl Clone for PageBlockBlockquoteBlocks
Source§fn clone(&self) -> PageBlockBlockquoteBlocks
fn clone(&self) -> PageBlockBlockquoteBlocks
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 PageBlockBlockquoteBlocks
impl Debug for PageBlockBlockquoteBlocks
Source§impl Deserializable for PageBlockBlockquoteBlocks
impl Deserializable for PageBlockBlockquoteBlocks
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<PageBlockBlockquoteBlocks> for PageBlock
impl From<PageBlockBlockquoteBlocks> for PageBlock
Source§fn from(x: PageBlockBlockquoteBlocks) -> Self
fn from(x: PageBlockBlockquoteBlocks) -> Self
Converts to this type from the input type.
Source§impl Identifiable for PageBlockBlockquoteBlocks
impl Identifiable for PageBlockBlockquoteBlocks
Source§const CONSTRUCTOR_ID: u32 = 0x0e6e47c4
const CONSTRUCTOR_ID: u32 = 0x0e6e47c4
The constructor ID as specified in the TL schema.
Source§impl PartialEq for PageBlockBlockquoteBlocks
impl PartialEq for PageBlockBlockquoteBlocks
Source§fn eq(&self, other: &PageBlockBlockquoteBlocks) -> bool
fn eq(&self, other: &PageBlockBlockquoteBlocks) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for PageBlockBlockquoteBlocks
Auto Trait Implementations§
impl Freeze for PageBlockBlockquoteBlocks
impl RefUnwindSafe for PageBlockBlockquoteBlocks
impl Send for PageBlockBlockquoteBlocks
impl Sync for PageBlockBlockquoteBlocks
impl Unpin for PageBlockBlockquoteBlocks
impl UnsafeUnpin for PageBlockBlockquoteBlocks
impl UnwindSafe for PageBlockBlockquoteBlocks
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