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