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