pub struct UpdateCustomSubtypeParams {
pub location_id: String,
}Available on crate feature
conversations only.Expand description
Query parameters for ConversationsService::update_custom_subtype.
Fields§
§location_id: StringLocation Id Required by the API.
Implementations§
Trait Implementations§
Source§impl Clone for UpdateCustomSubtypeParams
impl Clone for UpdateCustomSubtypeParams
Source§fn clone(&self) -> UpdateCustomSubtypeParams
fn clone(&self) -> UpdateCustomSubtypeParams
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 UpdateCustomSubtypeParams
impl Debug for UpdateCustomSubtypeParams
Source§impl Default for UpdateCustomSubtypeParams
impl Default for UpdateCustomSubtypeParams
Source§fn default() -> UpdateCustomSubtypeParams
fn default() -> UpdateCustomSubtypeParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for UpdateCustomSubtypeParams
impl RefUnwindSafe for UpdateCustomSubtypeParams
impl Send for UpdateCustomSubtypeParams
impl Sync for UpdateCustomSubtypeParams
impl Unpin for UpdateCustomSubtypeParams
impl UnsafeUnpin for UpdateCustomSubtypeParams
impl UnwindSafe for UpdateCustomSubtypeParams
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