pub struct ChangeStarsSubscription {
pub peer: InputPeer,
pub subscription_id: String,
pub canceled: Option<bool>,
}Expand description
payments.changeStarsSubscription
Generated from:
payments.changeStarsSubscription#c7770878 flags:# peer:InputPeer subscription_id:string canceled:flags.0?Bool = BoolFields§
§peer: InputPeer§subscription_id: String§canceled: Option<bool>Trait Implementations§
Source§impl Clone for ChangeStarsSubscription
impl Clone for ChangeStarsSubscription
Source§fn clone(&self) -> ChangeStarsSubscription
fn clone(&self) -> ChangeStarsSubscription
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 ChangeStarsSubscription
impl Debug for ChangeStarsSubscription
Source§impl Identifiable for ChangeStarsSubscription
impl Identifiable for ChangeStarsSubscription
Source§const CONSTRUCTOR_ID: u32 = 0xc7770878
const CONSTRUCTOR_ID: u32 = 0xc7770878
The constructor ID as specified in the TL schema.
Source§impl PartialEq for ChangeStarsSubscription
impl PartialEq for ChangeStarsSubscription
Source§impl RemoteCall for ChangeStarsSubscription
impl RemoteCall for ChangeStarsSubscription
impl StructuralPartialEq for ChangeStarsSubscription
Auto Trait Implementations§
impl Freeze for ChangeStarsSubscription
impl RefUnwindSafe for ChangeStarsSubscription
impl Send for ChangeStarsSubscription
impl Sync for ChangeStarsSubscription
impl Unpin for ChangeStarsSubscription
impl UnsafeUnpin for ChangeStarsSubscription
impl UnwindSafe for ChangeStarsSubscription
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