pub struct GetLocalizationTargetInfo {
pub only_local: bool,
}
Expand description
Returns information about the current localization target. This is an offline request if only_local is true
Fields§
§only_local: bool
If true, returns only locally available information without sending network requests
Trait Implementations§
Source§impl Clone for GetLocalizationTargetInfo
impl Clone for GetLocalizationTargetInfo
Source§fn clone(&self) -> GetLocalizationTargetInfo
fn clone(&self) -> GetLocalizationTargetInfo
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 GetLocalizationTargetInfo
impl Debug for GetLocalizationTargetInfo
Source§impl<'de> Deserialize<'de> for GetLocalizationTargetInfo
impl<'de> Deserialize<'de> for GetLocalizationTargetInfo
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 GetLocalizationTargetInfo
impl Method for GetLocalizationTargetInfo
Auto Trait Implementations§
impl Freeze for GetLocalizationTargetInfo
impl RefUnwindSafe for GetLocalizationTargetInfo
impl Send for GetLocalizationTargetInfo
impl Sync for GetLocalizationTargetInfo
impl Unpin for GetLocalizationTargetInfo
impl UnwindSafe for GetLocalizationTargetInfo
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