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