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