pub struct ToggleGroupCallStartSubscription {
pub call: InputGroupCall,
pub subscribed: bool,
}Expand description
phone.toggleGroupCallStartSubscription
Generated from:
phone.toggleGroupCallStartSubscription#219c34e6 call:InputGroupCall subscribed:Bool = UpdatesFields§
§call: InputGroupCall§subscribed: boolTrait Implementations§
Source§impl Clone for ToggleGroupCallStartSubscription
impl Clone for ToggleGroupCallStartSubscription
Source§fn clone(&self) -> ToggleGroupCallStartSubscription
fn clone(&self) -> ToggleGroupCallStartSubscription
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 Identifiable for ToggleGroupCallStartSubscription
impl Identifiable for ToggleGroupCallStartSubscription
Source§const CONSTRUCTOR_ID: u32 = 0x219c34e6
const CONSTRUCTOR_ID: u32 = 0x219c34e6
The constructor ID as specified in the TL schema.
Source§impl PartialEq for ToggleGroupCallStartSubscription
impl PartialEq for ToggleGroupCallStartSubscription
Source§fn eq(&self, other: &ToggleGroupCallStartSubscription) -> bool
fn eq(&self, other: &ToggleGroupCallStartSubscription) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ToggleGroupCallStartSubscription
Auto Trait Implementations§
impl Freeze for ToggleGroupCallStartSubscription
impl RefUnwindSafe for ToggleGroupCallStartSubscription
impl Send for ToggleGroupCallStartSubscription
impl Sync for ToggleGroupCallStartSubscription
impl Unpin for ToggleGroupCallStartSubscription
impl UnsafeUnpin for ToggleGroupCallStartSubscription
impl UnwindSafe for ToggleGroupCallStartSubscription
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