pub struct UpdateCustomMenuLinkResponseDTO {
pub success: Option<bool>,
pub custom_menu: Option<CustomMenuSchema>,
}Available on crate feature
custom-menus only.Expand description
UpdateCustomMenuLinkResponseDTO from the GoHighLevel OpenAPI spec.
Fields§
§success: Option<bool>Status of update
Updated custom menu link
Trait Implementations§
Source§impl Clone for UpdateCustomMenuLinkResponseDTO
impl Clone for UpdateCustomMenuLinkResponseDTO
Source§fn clone(&self) -> UpdateCustomMenuLinkResponseDTO
fn clone(&self) -> UpdateCustomMenuLinkResponseDTO
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 Default for UpdateCustomMenuLinkResponseDTO
impl Default for UpdateCustomMenuLinkResponseDTO
Source§fn default() -> UpdateCustomMenuLinkResponseDTO
fn default() -> UpdateCustomMenuLinkResponseDTO
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UpdateCustomMenuLinkResponseDTO
impl<'de> Deserialize<'de> for UpdateCustomMenuLinkResponseDTO
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 UpdateCustomMenuLinkResponseDTO
impl RefUnwindSafe for UpdateCustomMenuLinkResponseDTO
impl Send for UpdateCustomMenuLinkResponseDTO
impl Sync for UpdateCustomMenuLinkResponseDTO
impl Unpin for UpdateCustomMenuLinkResponseDTO
impl UnsafeUnpin for UpdateCustomMenuLinkResponseDTO
impl UnwindSafe for UpdateCustomMenuLinkResponseDTO
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