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