pub struct DeleteTagRequest {
pub tag: String,
}Expand description
Request to delete a tag from a contract
Fields§
§tag: StringTag to delete
Trait Implementations§
Source§impl Clone for DeleteTagRequest
impl Clone for DeleteTagRequest
Source§fn clone(&self) -> DeleteTagRequest
fn clone(&self) -> DeleteTagRequest
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 DeleteTagRequest
impl Debug for DeleteTagRequest
Auto Trait Implementations§
impl Freeze for DeleteTagRequest
impl RefUnwindSafe for DeleteTagRequest
impl Send for DeleteTagRequest
impl Sync for DeleteTagRequest
impl Unpin for DeleteTagRequest
impl UnwindSafe for DeleteTagRequest
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