pub struct PageBlockCollage {
pub items: Vec<PageBlock>,
pub caption: PageCaption,
}Expand description
Generated from:
pageBlockCollage#65a0fa4d items:Vector<PageBlock> caption:PageCaption = PageBlockFields§
§items: Vec<PageBlock>§caption: PageCaptionTrait Implementations§
Source§impl Clone for PageBlockCollage
impl Clone for PageBlockCollage
Source§fn clone(&self) -> PageBlockCollage
fn clone(&self) -> PageBlockCollage
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 PageBlockCollage
impl Debug for PageBlockCollage
Source§impl Deserializable for PageBlockCollage
impl Deserializable for PageBlockCollage
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<PageBlockCollage> for PageBlock
impl From<PageBlockCollage> for PageBlock
Source§fn from(x: PageBlockCollage) -> Self
fn from(x: PageBlockCollage) -> Self
Converts to this type from the input type.
Source§impl Identifiable for PageBlockCollage
impl Identifiable for PageBlockCollage
Source§const CONSTRUCTOR_ID: u32 = 0x65a0fa4d
const CONSTRUCTOR_ID: u32 = 0x65a0fa4d
The constructor ID as specified in the TL schema.
Source§impl PartialEq for PageBlockCollage
impl PartialEq for PageBlockCollage
Source§impl Serializable for PageBlockCollage
impl Serializable for PageBlockCollage
Source§impl TryFrom<PageBlock> for PageBlockCollage
impl TryFrom<PageBlock> for PageBlockCollage
impl StructuralPartialEq for PageBlockCollage
Auto Trait Implementations§
impl Freeze for PageBlockCollage
impl RefUnwindSafe for PageBlockCollage
impl Send for PageBlockCollage
impl Sync for PageBlockCollage
impl Unpin for PageBlockCollage
impl UnsafeUnpin for PageBlockCollage
impl UnwindSafe for PageBlockCollage
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