pub struct PageBlockHeading5 {
pub text: RichText,
}Expand description
Fields§
§text: RichTextTrait Implementations§
Source§impl Clone for PageBlockHeading5
impl Clone for PageBlockHeading5
Source§fn clone(&self) -> PageBlockHeading5
fn clone(&self) -> PageBlockHeading5
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 PageBlockHeading5
impl Debug for PageBlockHeading5
Source§impl Deserializable for PageBlockHeading5
impl Deserializable for PageBlockHeading5
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<PageBlockHeading5> for PageBlock
impl From<PageBlockHeading5> for PageBlock
Source§fn from(x: PageBlockHeading5) -> Self
fn from(x: PageBlockHeading5) -> Self
Converts to this type from the input type.
Source§impl Identifiable for PageBlockHeading5
impl Identifiable for PageBlockHeading5
Source§const CONSTRUCTOR_ID: u32 = 0xdbbe6c6a
const CONSTRUCTOR_ID: u32 = 0xdbbe6c6a
The constructor ID as specified in the TL schema.
Source§impl PartialEq for PageBlockHeading5
impl PartialEq for PageBlockHeading5
Source§fn eq(&self, other: &PageBlockHeading5) -> bool
fn eq(&self, other: &PageBlockHeading5) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serializable for PageBlockHeading5
impl Serializable for PageBlockHeading5
impl StructuralPartialEq for PageBlockHeading5
Auto Trait Implementations§
impl Freeze for PageBlockHeading5
impl RefUnwindSafe for PageBlockHeading5
impl Send for PageBlockHeading5
impl Sync for PageBlockHeading5
impl Unpin for PageBlockHeading5
impl UnsafeUnpin for PageBlockHeading5
impl UnwindSafe for PageBlockHeading5
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