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