pub struct NotificationSendSettingDto {
pub template_id: String,
pub subject: String,
}Available on crate feature
proposals only.Expand description
NotificationSendSettingDto from the GoHighLevel OpenAPI spec.
Fields§
§template_id: StringRequired by the API.
subject: StringRequired by the API.
Trait Implementations§
Source§impl Clone for NotificationSendSettingDto
impl Clone for NotificationSendSettingDto
Source§fn clone(&self) -> NotificationSendSettingDto
fn clone(&self) -> NotificationSendSettingDto
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 NotificationSendSettingDto
impl Debug for NotificationSendSettingDto
Source§impl Default for NotificationSendSettingDto
impl Default for NotificationSendSettingDto
Source§fn default() -> NotificationSendSettingDto
fn default() -> NotificationSendSettingDto
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for NotificationSendSettingDto
impl<'de> Deserialize<'de> for NotificationSendSettingDto
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 NotificationSendSettingDto
impl RefUnwindSafe for NotificationSendSettingDto
impl Send for NotificationSendSettingDto
impl Sync for NotificationSendSettingDto
impl Unpin for NotificationSendSettingDto
impl UnsafeUnpin for NotificationSendSettingDto
impl UnwindSafe for NotificationSendSettingDto
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