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