pub struct LocalizedStringDTO {
pub localized: Value,
}Available on crate feature
ad-publishing only.Expand description
LocalizedStringDTO from the GoHighLevel OpenAPI spec.
Fields§
§localized: ValueLocale-keyed string map Required by the API.
Trait Implementations§
Source§impl Clone for LocalizedStringDTO
impl Clone for LocalizedStringDTO
Source§fn clone(&self) -> LocalizedStringDTO
fn clone(&self) -> LocalizedStringDTO
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 LocalizedStringDTO
impl Debug for LocalizedStringDTO
Source§impl Default for LocalizedStringDTO
impl Default for LocalizedStringDTO
Source§fn default() -> LocalizedStringDTO
fn default() -> LocalizedStringDTO
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for LocalizedStringDTO
impl<'de> Deserialize<'de> for LocalizedStringDTO
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 LocalizedStringDTO
impl RefUnwindSafe for LocalizedStringDTO
impl Send for LocalizedStringDTO
impl Sync for LocalizedStringDTO
impl Unpin for LocalizedStringDTO
impl UnsafeUnpin for LocalizedStringDTO
impl UnwindSafe for LocalizedStringDTO
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