pub struct StarGiftCollections {
pub collections: Vec<StarGiftCollection>,
}Expand description
Generated from:
payments.starGiftCollections#8a2932f3 collections:Vector<StarGiftCollection> = payments.StarGiftCollectionsFields§
§collections: Vec<StarGiftCollection>Trait Implementations§
Source§impl Clone for StarGiftCollections
impl Clone for StarGiftCollections
Source§fn clone(&self) -> StarGiftCollections
fn clone(&self) -> StarGiftCollections
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 StarGiftCollections
impl Debug for StarGiftCollections
Source§impl Deserializable for StarGiftCollections
impl Deserializable for StarGiftCollections
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<StarGiftCollections> for StarGiftCollections
impl From<StarGiftCollections> for StarGiftCollections
Source§fn from(x: StarGiftCollections) -> Self
fn from(x: StarGiftCollections) -> Self
Converts to this type from the input type.
Source§impl Identifiable for StarGiftCollections
impl Identifiable for StarGiftCollections
Source§const CONSTRUCTOR_ID: u32 = 0x8a2932f3
const CONSTRUCTOR_ID: u32 = 0x8a2932f3
The constructor ID as specified in the TL schema.
Source§impl PartialEq for StarGiftCollections
impl PartialEq for StarGiftCollections
Source§impl Serializable for StarGiftCollections
impl Serializable for StarGiftCollections
Source§impl TryFrom<StarGiftCollections> for StarGiftCollections
impl TryFrom<StarGiftCollections> for StarGiftCollections
Source§type Error = StarGiftCollections
type Error = StarGiftCollections
The type returned in the event of a conversion error.
impl StructuralPartialEq for StarGiftCollections
Auto Trait Implementations§
impl Freeze for StarGiftCollections
impl RefUnwindSafe for StarGiftCollections
impl Send for StarGiftCollections
impl Sync for StarGiftCollections
impl Unpin for StarGiftCollections
impl UnsafeUnpin for StarGiftCollections
impl UnwindSafe for StarGiftCollections
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