pub struct DeleteBotVersionRequest {
pub name: String,
pub version: String,
}Fields§
§name: StringThe name of the bot.
version: StringThe version of the bot to delete. You cannot delete the $LATEST version of the bot. To delete the $LATEST version, use the DeleteBot operation.
Trait Implementations§
Source§impl Clone for DeleteBotVersionRequest
impl Clone for DeleteBotVersionRequest
Source§fn clone(&self) -> DeleteBotVersionRequest
fn clone(&self) -> DeleteBotVersionRequest
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 DeleteBotVersionRequest
impl Debug for DeleteBotVersionRequest
Source§impl Default for DeleteBotVersionRequest
impl Default for DeleteBotVersionRequest
Source§fn default() -> DeleteBotVersionRequest
fn default() -> DeleteBotVersionRequest
Returns the “default value” for a type. Read more
Source§impl PartialEq for DeleteBotVersionRequest
impl PartialEq for DeleteBotVersionRequest
Source§impl Serialize for DeleteBotVersionRequest
impl Serialize for DeleteBotVersionRequest
impl StructuralPartialEq for DeleteBotVersionRequest
Auto Trait Implementations§
impl Freeze for DeleteBotVersionRequest
impl RefUnwindSafe for DeleteBotVersionRequest
impl Send for DeleteBotVersionRequest
impl Sync for DeleteBotVersionRequest
impl Unpin for DeleteBotVersionRequest
impl UnwindSafe for DeleteBotVersionRequest
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