pub struct WebPageAttributeStarGiftCollection {
pub icons: Vec<Document>,
}Expand description
webPageAttributeStarGiftCollection
Generated from:
webPageAttributeStarGiftCollection#31cad303 icons:Vector<Document> = WebPageAttributeFields§
§icons: Vec<Document>Trait Implementations§
Source§impl Clone for WebPageAttributeStarGiftCollection
impl Clone for WebPageAttributeStarGiftCollection
Source§fn clone(&self) -> WebPageAttributeStarGiftCollection
fn clone(&self) -> WebPageAttributeStarGiftCollection
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 Deserializable for WebPageAttributeStarGiftCollection
impl Deserializable for WebPageAttributeStarGiftCollection
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<WebPageAttributeStarGiftCollection> for WebPageAttribute
impl From<WebPageAttributeStarGiftCollection> for WebPageAttribute
Source§fn from(x: WebPageAttributeStarGiftCollection) -> Self
fn from(x: WebPageAttributeStarGiftCollection) -> Self
Converts to this type from the input type.
Source§impl Identifiable for WebPageAttributeStarGiftCollection
impl Identifiable for WebPageAttributeStarGiftCollection
Source§const CONSTRUCTOR_ID: u32 = 0x31cad303
const CONSTRUCTOR_ID: u32 = 0x31cad303
The constructor ID as specified in the TL schema.
Source§impl PartialEq for WebPageAttributeStarGiftCollection
impl PartialEq for WebPageAttributeStarGiftCollection
Source§fn eq(&self, other: &WebPageAttributeStarGiftCollection) -> bool
fn eq(&self, other: &WebPageAttributeStarGiftCollection) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl TryFrom<WebPageAttribute> for WebPageAttributeStarGiftCollection
impl TryFrom<WebPageAttribute> for WebPageAttributeStarGiftCollection
Source§type Error = WebPageAttribute
type Error = WebPageAttribute
The type returned in the event of a conversion error.
impl StructuralPartialEq for WebPageAttributeStarGiftCollection
Auto Trait Implementations§
impl Freeze for WebPageAttributeStarGiftCollection
impl RefUnwindSafe for WebPageAttributeStarGiftCollection
impl Send for WebPageAttributeStarGiftCollection
impl Sync for WebPageAttributeStarGiftCollection
impl Unpin for WebPageAttributeStarGiftCollection
impl UnsafeUnpin for WebPageAttributeStarGiftCollection
impl UnwindSafe for WebPageAttributeStarGiftCollection
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