pub struct PageBlockPullquote {
pub text: RichText,
pub caption: RichText,
}Expand description
Generated from:
pageBlockPullquote#4f4456d3 text:RichText caption:RichText = PageBlockFields§
§text: RichText§caption: RichTextTrait Implementations§
Source§impl Clone for PageBlockPullquote
impl Clone for PageBlockPullquote
Source§fn clone(&self) -> PageBlockPullquote
fn clone(&self) -> PageBlockPullquote
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 PageBlockPullquote
impl Debug for PageBlockPullquote
Source§impl Deserializable for PageBlockPullquote
impl Deserializable for PageBlockPullquote
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<PageBlockPullquote> for PageBlock
impl From<PageBlockPullquote> for PageBlock
Source§fn from(x: PageBlockPullquote) -> Self
fn from(x: PageBlockPullquote) -> Self
Converts to this type from the input type.
Source§impl Identifiable for PageBlockPullquote
impl Identifiable for PageBlockPullquote
Source§const CONSTRUCTOR_ID: u32 = 0x4f4456d3
const CONSTRUCTOR_ID: u32 = 0x4f4456d3
The constructor ID as specified in the TL schema.
Source§impl PartialEq for PageBlockPullquote
impl PartialEq for PageBlockPullquote
Source§impl Serializable for PageBlockPullquote
impl Serializable for PageBlockPullquote
Source§impl TryFrom<PageBlock> for PageBlockPullquote
impl TryFrom<PageBlock> for PageBlockPullquote
impl StructuralPartialEq for PageBlockPullquote
Auto Trait Implementations§
impl Freeze for PageBlockPullquote
impl RefUnwindSafe for PageBlockPullquote
impl Send for PageBlockPullquote
impl Sync for PageBlockPullquote
impl Unpin for PageBlockPullquote
impl UnsafeUnpin for PageBlockPullquote
impl UnwindSafe for PageBlockPullquote
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