pub enum AdditionalToolsItemParamRole {
Developer,
}Available on crate feature
response-types only.Expand description
The role that provided the additional tools. Only developer is supported.
Variants§
Developer
Trait Implementations§
Source§impl Clone for AdditionalToolsItemParamRole
impl Clone for AdditionalToolsItemParamRole
Source§fn clone(&self) -> AdditionalToolsItemParamRole
fn clone(&self) -> AdditionalToolsItemParamRole
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 AdditionalToolsItemParamRole
impl Debug for AdditionalToolsItemParamRole
Source§impl<'de> Deserialize<'de> for AdditionalToolsItemParamRole
impl<'de> Deserialize<'de> for AdditionalToolsItemParamRole
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
impl StructuralPartialEq for AdditionalToolsItemParamRole
Auto Trait Implementations§
impl Freeze for AdditionalToolsItemParamRole
impl RefUnwindSafe for AdditionalToolsItemParamRole
impl Send for AdditionalToolsItemParamRole
impl Sync for AdditionalToolsItemParamRole
impl Unpin for AdditionalToolsItemParamRole
impl UnsafeUnpin for AdditionalToolsItemParamRole
impl UnwindSafe for AdditionalToolsItemParamRole
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