pub struct GetBuiltinIntentRequest {
pub signature: String,
}Fields§
§signature: StringThe unique identifier for a built-in intent. To find the signature for an intent, see Standard Built-in Intents in the Alexa Skills Kit.
Trait Implementations§
Source§impl Clone for GetBuiltinIntentRequest
impl Clone for GetBuiltinIntentRequest
Source§fn clone(&self) -> GetBuiltinIntentRequest
fn clone(&self) -> GetBuiltinIntentRequest
Returns a duplicate of the value. Read more
1.0.0 · 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 GetBuiltinIntentRequest
impl Debug for GetBuiltinIntentRequest
Source§impl Default for GetBuiltinIntentRequest
impl Default for GetBuiltinIntentRequest
Source§fn default() -> GetBuiltinIntentRequest
fn default() -> GetBuiltinIntentRequest
Returns the “default value” for a type. Read more
Source§impl PartialEq for GetBuiltinIntentRequest
impl PartialEq for GetBuiltinIntentRequest
Source§impl Serialize for GetBuiltinIntentRequest
impl Serialize for GetBuiltinIntentRequest
impl StructuralPartialEq for GetBuiltinIntentRequest
Auto Trait Implementations§
impl Freeze for GetBuiltinIntentRequest
impl RefUnwindSafe for GetBuiltinIntentRequest
impl Send for GetBuiltinIntentRequest
impl Sync for GetBuiltinIntentRequest
impl Unpin for GetBuiltinIntentRequest
impl UnwindSafe for GetBuiltinIntentRequest
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