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