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