pub struct GetIntentRequest {
pub name: String,
pub version: String,
}Fields§
§name: StringThe name of the intent. The name is case sensitive.
version: StringThe version of the intent.
Trait Implementations§
Source§impl Clone for GetIntentRequest
impl Clone for GetIntentRequest
Source§fn clone(&self) -> GetIntentRequest
fn clone(&self) -> GetIntentRequest
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 GetIntentRequest
impl Debug for GetIntentRequest
Source§impl Default for GetIntentRequest
impl Default for GetIntentRequest
Source§fn default() -> GetIntentRequest
fn default() -> GetIntentRequest
Returns the “default value” for a type. Read more
Source§impl PartialEq for GetIntentRequest
impl PartialEq for GetIntentRequest
Source§impl Serialize for GetIntentRequest
impl Serialize for GetIntentRequest
impl StructuralPartialEq for GetIntentRequest
Auto Trait Implementations§
impl Freeze for GetIntentRequest
impl RefUnwindSafe for GetIntentRequest
impl Send for GetIntentRequest
impl Sync for GetIntentRequest
impl Unpin for GetIntentRequest
impl UnwindSafe for GetIntentRequest
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