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