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