pub struct LocaleDTO {
pub country: String,
pub language: String,
}Available on crate feature
ad-manager only.Expand description
LocaleDTO from the GoHighLevel OpenAPI spec.
Fields§
§country: StringCountry code Required by the API.
language: StringLanguage code Required by the API.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for LocaleDTO
impl<'de> Deserialize<'de> for LocaleDTO
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
Auto Trait Implementations§
impl Freeze for LocaleDTO
impl RefUnwindSafe for LocaleDTO
impl Send for LocaleDTO
impl Sync for LocaleDTO
impl Unpin for LocaleDTO
impl UnsafeUnpin for LocaleDTO
impl UnwindSafe for LocaleDTO
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