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