pub struct ServiceResourceDTO {
pub id: Option<String>,
}Available on crate feature
calendars only.Expand description
ServiceResourceDTO from the GoHighLevel OpenAPI spec.
Fields§
§id: Option<String>Resource ID Required by the API. (Optional here so responses that omit it still parse.)
Trait Implementations§
Source§impl Clone for ServiceResourceDTO
impl Clone for ServiceResourceDTO
Source§fn clone(&self) -> ServiceResourceDTO
fn clone(&self) -> ServiceResourceDTO
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 ServiceResourceDTO
impl Debug for ServiceResourceDTO
Source§impl Default for ServiceResourceDTO
impl Default for ServiceResourceDTO
Source§fn default() -> ServiceResourceDTO
fn default() -> ServiceResourceDTO
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ServiceResourceDTO
impl<'de> Deserialize<'de> for ServiceResourceDTO
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 ServiceResourceDTO
impl RefUnwindSafe for ServiceResourceDTO
impl Send for ServiceResourceDTO
impl Sync for ServiceResourceDTO
impl Unpin for ServiceResourceDTO
impl UnsafeUnpin for ServiceResourceDTO
impl UnwindSafe for ServiceResourceDTO
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