pub struct InternalLinkTypeLanguagePack {
pub language_pack_id: String,
}
Expand description
The link is a link to a language pack. Call getLanguagePackInfo with the given language pack identifier to process the link. If the language pack is found and the user wants to apply it, then call setOption for the option “language_pack_id”
Fields§
§language_pack_id: String
Language pack identifier
Trait Implementations§
Source§impl Clone for InternalLinkTypeLanguagePack
impl Clone for InternalLinkTypeLanguagePack
Source§fn clone(&self) -> InternalLinkTypeLanguagePack
fn clone(&self) -> InternalLinkTypeLanguagePack
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 InternalLinkTypeLanguagePack
impl Debug for InternalLinkTypeLanguagePack
Source§impl Default for InternalLinkTypeLanguagePack
impl Default for InternalLinkTypeLanguagePack
Source§fn default() -> InternalLinkTypeLanguagePack
fn default() -> InternalLinkTypeLanguagePack
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for InternalLinkTypeLanguagePack
impl<'de> Deserialize<'de> for InternalLinkTypeLanguagePack
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 PartialEq for InternalLinkTypeLanguagePack
impl PartialEq for InternalLinkTypeLanguagePack
Source§fn eq(&self, other: &InternalLinkTypeLanguagePack) -> bool
fn eq(&self, other: &InternalLinkTypeLanguagePack) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for InternalLinkTypeLanguagePack
Auto Trait Implementations§
impl Freeze for InternalLinkTypeLanguagePack
impl RefUnwindSafe for InternalLinkTypeLanguagePack
impl Send for InternalLinkTypeLanguagePack
impl Sync for InternalLinkTypeLanguagePack
impl Unpin for InternalLinkTypeLanguagePack
impl UnwindSafe for InternalLinkTypeLanguagePack
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