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