pub struct EditTitle {
pub channel: InputChannel,
pub title: String,
}Expand description
Generated from:
channels.editTitle#566decd0 channel:InputChannel title:string = UpdatesFields§
§channel: InputChannel§title: StringTrait Implementations§
Source§impl Identifiable for EditTitle
impl Identifiable for EditTitle
Source§const CONSTRUCTOR_ID: u32 = 0x566decd0
const CONSTRUCTOR_ID: u32 = 0x566decd0
The constructor ID as specified in the TL schema.
Source§impl Serializable for EditTitle
impl Serializable for EditTitle
impl StructuralPartialEq for EditTitle
Auto Trait Implementations§
impl Freeze for EditTitle
impl RefUnwindSafe for EditTitle
impl Send for EditTitle
impl Sync for EditTitle
impl Unpin for EditTitle
impl UnsafeUnpin for EditTitle
impl UnwindSafe for EditTitle
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