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