pub struct TagBody {
pub name: String,
}Available on crate feature
locations only.Expand description
tagBody from the GoHighLevel OpenAPI spec.
Fields§
§name: StringTag name Required by the API.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for TagBody
impl<'de> Deserialize<'de> for TagBody
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 TagBody
impl RefUnwindSafe for TagBody
impl Send for TagBody
impl Sync for TagBody
impl Unpin for TagBody
impl UnsafeUnpin for TagBody
impl UnwindSafe for TagBody
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