pub struct CustomObjectLabelUpdateDto {
pub singular: Option<String>,
pub plural: Option<String>,
}Available on crate feature
objects only.Expand description
CustomObjectLabelUpdateDto from the GoHighLevel OpenAPI spec.
Fields§
§singular: Option<String>Singular name of the custom object
plural: Option<String>Plural name of the custom object
Trait Implementations§
Source§impl Clone for CustomObjectLabelUpdateDto
impl Clone for CustomObjectLabelUpdateDto
Source§fn clone(&self) -> CustomObjectLabelUpdateDto
fn clone(&self) -> CustomObjectLabelUpdateDto
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 CustomObjectLabelUpdateDto
impl Debug for CustomObjectLabelUpdateDto
Source§impl Default for CustomObjectLabelUpdateDto
impl Default for CustomObjectLabelUpdateDto
Source§fn default() -> CustomObjectLabelUpdateDto
fn default() -> CustomObjectLabelUpdateDto
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CustomObjectLabelUpdateDto
impl<'de> Deserialize<'de> for CustomObjectLabelUpdateDto
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 CustomObjectLabelUpdateDto
impl RefUnwindSafe for CustomObjectLabelUpdateDto
impl Send for CustomObjectLabelUpdateDto
impl Sync for CustomObjectLabelUpdateDto
impl Unpin for CustomObjectLabelUpdateDto
impl UnsafeUnpin for CustomObjectLabelUpdateDto
impl UnwindSafe for CustomObjectLabelUpdateDto
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