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