pub struct SetCustomLanguagePackString {
pub language_pack_id: String,
pub new_string: LanguagePackString,
}
Expand description
Adds, edits or deletes a string in a custom language pack
Fields§
§language_pack_id: String
Identifier of a previously added custom language pack in the current localization target
new_string: LanguagePackString
New language pack string
Trait Implementations§
Source§impl Clone for SetCustomLanguagePackString
impl Clone for SetCustomLanguagePackString
Source§fn clone(&self) -> SetCustomLanguagePackString
fn clone(&self) -> SetCustomLanguagePackString
Returns a copy 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 SetCustomLanguagePackString
impl Debug for SetCustomLanguagePackString
Source§impl<'de> Deserialize<'de> for SetCustomLanguagePackString
impl<'de> Deserialize<'de> for SetCustomLanguagePackString
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Method for SetCustomLanguagePackString
impl Method for SetCustomLanguagePackString
Auto Trait Implementations§
impl Freeze for SetCustomLanguagePackString
impl RefUnwindSafe for SetCustomLanguagePackString
impl Send for SetCustomLanguagePackString
impl Sync for SetCustomLanguagePackString
impl Unpin for SetCustomLanguagePackString
impl UnwindSafe for SetCustomLanguagePackString
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