pub struct UpdateLangPackTooLong {
pub lang_code: String,
}Expand description
Fields§
§lang_code: StringTrait Implementations§
Source§impl Clone for UpdateLangPackTooLong
impl Clone for UpdateLangPackTooLong
Source§fn clone(&self) -> UpdateLangPackTooLong
fn clone(&self) -> UpdateLangPackTooLong
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 UpdateLangPackTooLong
impl Debug for UpdateLangPackTooLong
Source§impl Deserializable for UpdateLangPackTooLong
impl Deserializable for UpdateLangPackTooLong
Source§fn deserialize(buf: Buffer<'_, '_>) -> Result<Self>
fn deserialize(buf: Buffer<'_, '_>) -> Result<Self>
Read
Self from buf, advancing its position.Source§fn from_bytes(bytes: &[u8]) -> Result<Self>
fn from_bytes(bytes: &[u8]) -> Result<Self>
Convenience: deserialize from a byte slice.
Source§impl From<UpdateLangPackTooLong> for Update
impl From<UpdateLangPackTooLong> for Update
Source§fn from(x: UpdateLangPackTooLong) -> Self
fn from(x: UpdateLangPackTooLong) -> Self
Converts to this type from the input type.
Source§impl Identifiable for UpdateLangPackTooLong
impl Identifiable for UpdateLangPackTooLong
Source§const CONSTRUCTOR_ID: u32 = 0x46560264
const CONSTRUCTOR_ID: u32 = 0x46560264
The constructor ID as specified in the TL schema.
Source§impl PartialEq for UpdateLangPackTooLong
impl PartialEq for UpdateLangPackTooLong
Source§impl Serializable for UpdateLangPackTooLong
impl Serializable for UpdateLangPackTooLong
Source§impl TryFrom<Update> for UpdateLangPackTooLong
impl TryFrom<Update> for UpdateLangPackTooLong
impl StructuralPartialEq for UpdateLangPackTooLong
Auto Trait Implementations§
impl Freeze for UpdateLangPackTooLong
impl RefUnwindSafe for UpdateLangPackTooLong
impl Send for UpdateLangPackTooLong
impl Sync for UpdateLangPackTooLong
impl Unpin for UpdateLangPackTooLong
impl UnsafeUnpin for UpdateLangPackTooLong
impl UnwindSafe for UpdateLangPackTooLong
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