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