pub struct InputStarGiftAuctionSlug {
pub slug: String,
}Expand description
Generated from:
inputStarGiftAuctionSlug#7ab58308 slug:string = InputStarGiftAuctionFields§
§slug: StringTrait Implementations§
Source§impl Clone for InputStarGiftAuctionSlug
impl Clone for InputStarGiftAuctionSlug
Source§fn clone(&self) -> InputStarGiftAuctionSlug
fn clone(&self) -> InputStarGiftAuctionSlug
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 InputStarGiftAuctionSlug
impl Debug for InputStarGiftAuctionSlug
Source§impl Deserializable for InputStarGiftAuctionSlug
impl Deserializable for InputStarGiftAuctionSlug
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<InputStarGiftAuctionSlug> for InputStarGiftAuction
impl From<InputStarGiftAuctionSlug> for InputStarGiftAuction
Source§fn from(x: InputStarGiftAuctionSlug) -> Self
fn from(x: InputStarGiftAuctionSlug) -> Self
Converts to this type from the input type.
Source§impl Identifiable for InputStarGiftAuctionSlug
impl Identifiable for InputStarGiftAuctionSlug
Source§const CONSTRUCTOR_ID: u32 = 0x7ab58308
const CONSTRUCTOR_ID: u32 = 0x7ab58308
The constructor ID as specified in the TL schema.
Source§impl PartialEq for InputStarGiftAuctionSlug
impl PartialEq for InputStarGiftAuctionSlug
Source§impl TryFrom<InputStarGiftAuction> for InputStarGiftAuctionSlug
impl TryFrom<InputStarGiftAuction> for InputStarGiftAuctionSlug
Source§type Error = InputStarGiftAuction
type Error = InputStarGiftAuction
The type returned in the event of a conversion error.
impl StructuralPartialEq for InputStarGiftAuctionSlug
Auto Trait Implementations§
impl Freeze for InputStarGiftAuctionSlug
impl RefUnwindSafe for InputStarGiftAuctionSlug
impl Send for InputStarGiftAuctionSlug
impl Sync for InputStarGiftAuctionSlug
impl Unpin for InputStarGiftAuctionSlug
impl UnsafeUnpin for InputStarGiftAuctionSlug
impl UnwindSafe for InputStarGiftAuctionSlug
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