pub struct RelocateWorkflowService {
pub src: Vec<String>,
pub dst_policy_id: String,
}Expand description
Relocate workflow service
Fields§
§src: Vec<String>§dst_policy_id: StringTrait Implementations§
Source§impl Clone for RelocateWorkflowService
impl Clone for RelocateWorkflowService
Source§fn clone(&self) -> RelocateWorkflowService
fn clone(&self) -> RelocateWorkflowService
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 RelocateWorkflowService
impl Debug for RelocateWorkflowService
Source§impl<'de> Deserialize<'de> for RelocateWorkflowService
impl<'de> Deserialize<'de> for RelocateWorkflowService
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for RelocateWorkflowService
impl RefUnwindSafe for RelocateWorkflowService
impl Send for RelocateWorkflowService
impl Sync for RelocateWorkflowService
impl Unpin for RelocateWorkflowService
impl UnsafeUnpin for RelocateWorkflowService
impl UnwindSafe for RelocateWorkflowService
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