pub struct GetLangPack {
pub lang_pack: String,
pub lang_code: String,
}Expand description
Generated from:
langpack.getLangPack#f2f2330a lang_pack:string lang_code:string = LangPackDifferenceFields§
§lang_pack: String§lang_code: StringTrait Implementations§
Source§impl Clone for GetLangPack
impl Clone for GetLangPack
Source§fn clone(&self) -> GetLangPack
fn clone(&self) -> GetLangPack
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 GetLangPack
impl Debug for GetLangPack
Source§impl Identifiable for GetLangPack
impl Identifiable for GetLangPack
Source§const CONSTRUCTOR_ID: u32 = 0xf2f2330a
const CONSTRUCTOR_ID: u32 = 0xf2f2330a
The constructor ID as specified in the TL schema.
Source§impl PartialEq for GetLangPack
impl PartialEq for GetLangPack
Source§impl RemoteCall for GetLangPack
impl RemoteCall for GetLangPack
Source§type Return = LangPackDifference
type Return = LangPackDifference
The deserialized response type.
Source§impl Serializable for GetLangPack
impl Serializable for GetLangPack
impl StructuralPartialEq for GetLangPack
Auto Trait Implementations§
impl Freeze for GetLangPack
impl RefUnwindSafe for GetLangPack
impl Send for GetLangPack
impl Sync for GetLangPack
impl Unpin for GetLangPack
impl UnsafeUnpin for GetLangPack
impl UnwindSafe for GetLangPack
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