pub struct UpdateContractRequest {
pub display_name: Option<String>,
pub append_tags: Option<Vec<String>>,
}Expand description
Update contract request
Fields§
§display_name: Option<String>Trait Implementations§
Source§impl Clone for UpdateContractRequest
impl Clone for UpdateContractRequest
Source§fn clone(&self) -> UpdateContractRequest
fn clone(&self) -> UpdateContractRequest
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 moreAuto Trait Implementations§
impl Freeze for UpdateContractRequest
impl RefUnwindSafe for UpdateContractRequest
impl Send for UpdateContractRequest
impl Sync for UpdateContractRequest
impl Unpin for UpdateContractRequest
impl UnwindSafe for UpdateContractRequest
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