pub struct EditGroupCallTitle {
pub call: InputGroupCall,
pub title: String,
}Expand description
Generated from:
phone.editGroupCallTitle#1ca6ac0a call:InputGroupCall title:string = UpdatesFields§
§call: InputGroupCall§title: StringTrait Implementations§
Source§impl Clone for EditGroupCallTitle
impl Clone for EditGroupCallTitle
Source§fn clone(&self) -> EditGroupCallTitle
fn clone(&self) -> EditGroupCallTitle
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 EditGroupCallTitle
impl Debug for EditGroupCallTitle
Source§impl Identifiable for EditGroupCallTitle
impl Identifiable for EditGroupCallTitle
Source§const CONSTRUCTOR_ID: u32 = 0x1ca6ac0a
const CONSTRUCTOR_ID: u32 = 0x1ca6ac0a
The constructor ID as specified in the TL schema.
Source§impl PartialEq for EditGroupCallTitle
impl PartialEq for EditGroupCallTitle
Source§impl RemoteCall for EditGroupCallTitle
impl RemoteCall for EditGroupCallTitle
Source§impl Serializable for EditGroupCallTitle
impl Serializable for EditGroupCallTitle
impl StructuralPartialEq for EditGroupCallTitle
Auto Trait Implementations§
impl Freeze for EditGroupCallTitle
impl RefUnwindSafe for EditGroupCallTitle
impl Send for EditGroupCallTitle
impl Sync for EditGroupCallTitle
impl Unpin for EditGroupCallTitle
impl UnsafeUnpin for EditGroupCallTitle
impl UnwindSafe for EditGroupCallTitle
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