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