pub struct RefundStarsCharge {
pub user_id: InputUser,
pub charge_id: String,
}Expand description
Generated from:
payments.refundStarsCharge#25ae8f4a user_id:InputUser charge_id:string = UpdatesFields§
§user_id: InputUser§charge_id: StringTrait Implementations§
Source§impl Clone for RefundStarsCharge
impl Clone for RefundStarsCharge
Source§fn clone(&self) -> RefundStarsCharge
fn clone(&self) -> RefundStarsCharge
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 RefundStarsCharge
impl Debug for RefundStarsCharge
Source§impl Identifiable for RefundStarsCharge
impl Identifiable for RefundStarsCharge
Source§const CONSTRUCTOR_ID: u32 = 0x25ae8f4a
const CONSTRUCTOR_ID: u32 = 0x25ae8f4a
The constructor ID as specified in the TL schema.
Source§impl PartialEq for RefundStarsCharge
impl PartialEq for RefundStarsCharge
Source§impl RemoteCall for RefundStarsCharge
impl RemoteCall for RefundStarsCharge
Source§impl Serializable for RefundStarsCharge
impl Serializable for RefundStarsCharge
impl StructuralPartialEq for RefundStarsCharge
Auto Trait Implementations§
impl Freeze for RefundStarsCharge
impl RefUnwindSafe for RefundStarsCharge
impl Send for RefundStarsCharge
impl Sync for RefundStarsCharge
impl Unpin for RefundStarsCharge
impl UnsafeUnpin for RefundStarsCharge
impl UnwindSafe for RefundStarsCharge
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